소스 검색

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 :

불러오는 중...
취소
저장