Removed vsstudio project

works on mac
other minor changes
This commit is contained in:
2021-08-24 18:20:48 +02:00
parent f6679961f3
commit fcb1f2a9ee
14 changed files with 43 additions and 242 deletions

6
Makefile Executable file
View File

@@ -0,0 +1,6 @@
game :
g++ *.cpp -std=c++11 -lSDL2 -o mathwars
run : game
./mathwars