summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/examples/Makefile
blob: 18a9e6467c5242c2ae8360e638ad15180fc9d003 (plain)
1
2
3
4
5
6
7
8
9
all:
	zpy raylib_example.zpy -o raylib_example -f -lraylib -f -lm -i raylib.h 
	zpy spaceinvaders.zpy -o spaceinvaders -f -lraylib -f -lm -i raylib.h 
	zpy fib_example.zpy -o fib_example -f -ggdb
	zpy str_example.zpy -o str_example -f -ggdb

	zpy syntaxerr.zpy -o syntaxerr
clean:
	rm -rf fib_example raylib_example str_example spaceinvaders tmp.zpy.c