GildedRose-Refactoring-Kata/Yahtzee/cpp/makefile

7 lines
103 B
Makefile

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