game_theory_tournament/Makefile

6 lines
89 B
Makefile
Raw Permalink Normal View History

2024-06-28 11:08:57 -04:00
main:
g++ source/main.cpp -o game_theory_tournament
clean:
-rm game_theory_tournament