blob: 13178a5715570a57f369c9de1e3d7f339d2ccdef (
plain)
1
2
3
4
5
6
|
all:
zpy raylib_example.zpy -o raylib_example -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
clean:
rm -rf fib_example raylib_example str_example
|