diff options
author | pommicket <pommicket@gmail.com> | 2021-09-24 21:46:36 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-09-24 21:46:36 -0400 |
commit | 62013523bfa10f5ec3ade356e03b12c030662a83 (patch) | |
tree | 03daaa24d446af7a6ae4a8908d37126d77dbb586 /Makefile |
rework vlib.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ab52d85 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +sandbox: *.[ch] + $(CC) -Wall -Wconversion -Wshadow -Wno-unused-function -I/usr/include/SDL2 main.c -DDEBUG=1 -O0 -o sandbox -lSDL2 -lm |