sdlamp/Makefile

5 lines
80 B
Makefile
Raw Normal View History

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