5 lines
141 B
Makefile
5 lines
141 B
Makefile
|
CFLAGS:=`sdl2-config --cflags` -g -Og -Wall -Wno-parentheses -Wno-unused-function
|
||
|
LDLIBS:=-lSDL2 -lSDL2_image -lm -ldl
|
||
|
|
||
|
main: main.c draw.c
|