diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code2/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |