diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-10-01 08:55:32 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-10-01 08:55:32 +0100 |
commit | ef8cf00bbf9f74eb3b6aabc1d99f5358e81741c7 (patch) | |
tree | 3479ca1b82573426151cb270c63a588af737d3c0 /comp/lucas-standen-NEA/code2/examples/Makefile | |
parent | dc7732b6f073d5450657d94c815ca445a1a08fbd (diff) |
added some cool examples to zpy and got electronics working
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code2/examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code2/examples/Makefile b/comp/lucas-standen-NEA/code2/examples/Makefile index 13178a5..cbdcda1 100644 --- a/comp/lucas-standen-NEA/code2/examples/Makefile +++ b/comp/lucas-standen-NEA/code2/examples/Makefile @@ -1,6 +1,7 @@ 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 clean: - rm -rf fib_example raylib_example str_example + rm -rf fib_example raylib_example str_example spaceinvaders |