commit
This commit is contained in:
commit
675bae3ad6
38 changed files with 4547 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
make:
|
||||
cmake -B dist .
|
||||
make -C dist
|
||||
|
||||
run:
|
||||
cmake -B dist .
|
||||
make -C dist
|
||||
./dist/game_engine
|
||||
|
||||
clean:
|
||||
rm -rf dist
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue