school

thing1's amazing school repo
Log | Files | Refs | Submodules | README

Makefile (290B)


      1 all:
      2 	zpy spaceinvaders.zpy -o spaceinvaders -f -lraylib -f -lm -i raylib.h 
      3 	zpy fib_example.zpy -o fib_example -f -ggdb
      4 	zpy str_example.zpy -o str_example -f -ggdb
      5 
      6 	zpy syntaxerr.zpy -o syntaxerr 
      7 clean:
      8 	rm -rf fib_example raylib_example str_example spaceinvaders syntaxerr tmp.zpy.c