summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/Makefile')
-rw-r--r--comp/lucas-standen-NEA/code2/examples/Makefile1
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