Pārlūkot izejas kodu

updated Makefile with everything working

master
Nathan R pirms 3 gadiem
vecāks
revīzija
e640f46211
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. +5
    -2
      Makefile

+ 5
- 2
Makefile Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt