Explorar el Código

updated Makefile with everything working

master
Nathan R hace 3 años
padre
commit
e640f46211
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      Makefile

+ 5
- 2
Makefile Ver fichero

@ -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 :

Cargando…
Cancelar
Guardar