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/*