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