init
This commit is contained in:
7
Makefile
Executable file
7
Makefile
Executable file
@@ -0,0 +1,7 @@
|
||||
LIBS="-I/home/iceyrazor/stuff/scripts/c/my_utils"
|
||||
|
||||
main: main.c
|
||||
clang -O3 -o game-of-life main.c ${LIBS} `sdl2-config --cflags --libs` -lm
|
||||
|
||||
debug: main.c
|
||||
clang -O3 -o game-of-life main.c ${LIBS} `sdl2-config --cflags --libs` -Wall -lm -fsanitize=address -g
|
||||
Reference in New Issue
Block a user