diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:01:01 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:01:01 +0100 |
commit | 905588e11c174e3ac2d6bb235c7ab81532f98691 (patch) | |
tree | b7e083be0e610ccdb8915a95245016d38dd75d56 /comp/lucas-standen-NEA/code2/examples/Makefile | |
parent | 468fc8ca7d9ea4a0529aa055bad14c02347c748a (diff) |
did some fixes to the compiler around the auto mem free
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code2/examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/examples/Makefile b/comp/lucas-standen-NEA/code2/examples/Makefile index 13178a5..5ec43aa 100644 --- a/comp/lucas-standen-NEA/code2/examples/Makefile +++ b/comp/lucas-standen-NEA/code2/examples/Makefile @@ -2,5 +2,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 + zpy guestbook.zpy -o guestbook clean: rm -rf fib_example raylib_example str_example |