sdlamp/Makefile

5 lines
86 B
Makefile
Raw Permalink Normal View History

2023-01-11 22:57:19 +00:00
CC_SDL=`sdl2-config --cflags --libs`
all:
2023-01-19 20:03:57 +00:00
cc *.c -o sdlamp -std=c11 $(CC_SDL) -Wall