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

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

clean:
	rm build/*