5 lines
88 B
Makefile
5 lines
88 B
Makefile
all:
|
|
$(CC) -o glonkers main.c $(pkg-config --cflags --libs sdl3)
|
|
|
|
run: all
|
|
./glonkers
|