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