diff options
author | pommicket <pommicket@gmail.com> | 2021-10-01 23:24:41 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-10-01 23:24:41 -0400 |
commit | 09fba0d5efe249766623d5c6f8688a1e0659dafd (patch) | |
tree | 4208a221f4023dae150227df4263c98de1f9bfd5 /Makefile | |
parent | 1a7e06dae8f09ad16039395307e6dd887c1f55b6 (diff) |
config file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ sandbox: *.[ch] - $(CC) -Wall -Wconversion -Wshadow -Wno-unused-function -I/usr/include/SDL2 main.c -DDEBUG=1 -O0 -o sandbox -lSDL2 -lm + $(CC) -Wall -Wconversion -Wshadow -Wno-unused-function -I/usr/include/SDL2 main.c -DDEBUG=1 -O0 -g -o sandbox -lSDL2 -lm |