Initial commit
This commit is contained in:
commit
41f21a0211
3 changed files with 10 additions and 0 deletions
2
makefile
Normal file
2
makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
build/game : main.cpp
|
||||
clang main.cpp -L/usr/lib -lSDL3 -lSDL3_image -o build/game
|
||||
Loading…
Add table
Add a link
Reference in a new issue