mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
5 lines
101 B
Makefile
5 lines
101 B
Makefile
run.tests.output : run.tests
|
|
./run.tests
|
|
|
|
run.tests : *.cpp
|
|
g++ -Wall -Werror -O *.cpp -o run.tests
|