6 lines
89 B
Makefile
6 lines
89 B
Makefile
|
main:
|
||
|
g++ source/main.cpp -o game_theory_tournament
|
||
|
|
||
|
clean:
|
||
|
-rm game_theory_tournament
|