|
@ -13,7 +13,7 @@ output : all .FORCE |
|
|
./$(MAIN) < $(MAIN)-input.txt > $(MAIN)-output.out |
|
|
./$(MAIN) < $(MAIN)-input.txt > $(MAIN)-output.out |
|
|
diff $(MAIN)-input.txt $(MAIN)-output.out |
|
|
diff $(MAIN)-input.txt $(MAIN)-output.out |
|
|
|
|
|
|
|
|
test : output |
|
|
|
|
|
|
|
|
test : all .FORCE |
|
|
./dotest |
|
|
./dotest |
|
|
|
|
|
|
|
|
both : all .FORCE |
|
|
both : all .FORCE |
|
@ -46,6 +46,9 @@ tidy : .FORCE |
|
|
cleansed : .FORCE |
|
|
cleansed : .FORCE |
|
|
rm -f debug.out |
|
|
rm -f debug.out |
|
|
|
|
|
|
|
|
spotless : clean tidy cleansed |
|
|
|
|
|
|
|
|
purified : .FORCE |
|
|
|
|
|
rm -rf tests-c/*.out |
|
|
|
|
|
|
|
|
|
|
|
spotless : clean tidy cleansed purified |
|
|
|
|
|
|
|
|
.FORCE : |
|
|
.FORCE : |