initial commit
This commit is contained in:
commit
0d3340713c
6 changed files with 104 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
$(CC) -o glonkers main.c $(pkg-config --cflags --libs sdl3)
|
||||
|
||||
run: all
|
||||
./glonkers
|
||||
Loading…
Add table
Add a link
Reference in a new issue