From 905588e11c174e3ac2d6bb235c7ab81532f98691 Mon Sep 17 00:00:00 2001 From: thing1 Date: Tue, 24 Sep 2024 11:01:01 +0100 Subject: did some fixes to the compiler around the auto mem free --- comp/lucas-standen-NEA/code2/examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'comp/lucas-standen-NEA/code2/examples/Makefile') 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 -- cgit v1.2.3