progress
This commit is contained in:
parent
0d3340713c
commit
27b04eb7d4
3 changed files with 33 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
all:
|
||||
$(CC) -o glonkers main.c $(pkg-config --cflags --libs sdl3)
|
||||
$(CC) -o glonkers main.c $(pkg-config --cflags --libs sdl3 opengl)
|
||||
|
||||
run: all
|
||||
./glonkers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue