This commit is contained in:
Lukian 2024-11-08 09:00:52 +01:00
commit 675bae3ad6
38 changed files with 4547 additions and 0 deletions

12
Makefile Normal file
View 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