sdlamp/Makefile
2023-01-11 14:58:17 -08:00

5 lines
80 B
Makefile

CC_SDL=`sdl2-config --cflags --libs`
all:
cc *.c -o sdlamp -std=c11 $(CC_SDL)