Files
chad_standard/miscellaneous/game_theory/Makefile
anon 47bf7b2aad --
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