From 468fc8ca7d9ea4a0529aa055bad14c02347c748a Mon Sep 17 00:00:00 2001 From: Thing1 Date: Mon, 23 Sep 2024 17:56:04 +0100 Subject: made the raylib example better --- comp/lucas-standen-NEA/code2/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ccb9b35..13178a5 100644 --- a/comp/lucas-standen-NEA/code2/examples/Makefile +++ b/comp/lucas-standen-NEA/code2/examples/Makefile @@ -3,4 +3,4 @@ all: 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 + rm -rf fib_example raylib_example str_example -- cgit v1.2.3