game_theory_tournament/Makefile
2024-06-28 17:08:57 +02:00

6 lines
89 B
Makefile

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