summaryrefslogtreecommitdiff
path: root/makefile
blob: 60f7f651dfe98cb42355d9e45b9f66cbfcd9c51a (plain)
1
2
3
4
5
6
7
SDL = -L/usr/lib -lSDL2

interpreter:
	gcc src/interpreter.c -o build/testing

clean:
	rm build/*