GildedRose-Refactoring-Kata/Tennis/cpp/makefile
2012-12-10 14:49:20 +01:00

5 lines
101 B
Makefile

run.tests.output : run.tests
./run.tests
run.tests : *.cpp
g++ -Wall -Werror -O *.cpp -o run.tests