7 lines
73 B
Makefile
Executable File
7 lines
73 B
Makefile
Executable File
game :
|
|
g++ *.cpp -std=c++11 -lSDL2 -o mathwars
|
|
|
|
run : game
|
|
./mathwars
|
|
|