2024-07-01 23:40:15 +02:00

6 lines
95 B
Makefile

main:
g++ source/main.cpp -o game_theory_tournament -ggdb
clean:
-rm game_theory_tournament