瀏覽代碼

updated Makefile with everything working

master
Nathan R 3 年之前
父節點
當前提交
e640f46211
共有 1 個檔案被更改,包括 5 行新增2 行删除
  1. +5
    -2
      Makefile

+ 5
- 2
Makefile 查看文件

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

Loading…
取消
儲存