5 lines
80 B
Makefile
5 lines
80 B
Makefile
CC_SDL=`sdl2-config --cflags --libs`
|
|
|
|
all:
|
|
cc *.c -o sdlamp -std=c11 $(CC_SDL)
|