aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
blob: db42381f66c51d6cec410fbdd22f4a1e593003fe (plain)
1
2
3
4
5
6
7
build:
	gcc forth.c optable.c stack.c -o forth
run:
	./forth
run-rlwrap:
	rlwrap -r -f rlwrapcompletions.forth ./forth