summaryrefslogtreecommitdiff
path: root/makefile
blob: fc09ade82e560ee8b08a11ffc3b1254f37d44cc1 (plain)
1
2
3
4
5
default:
	gcc interpreter.c -o interpreter

illegal:
	gcc interpreter.c -o interpreter -D ILLEGAL