Fix 'clean' target

This commit is contained in:
Julian Ospald 2015-04-21 18:05:23 +02:00
부모 198ccedcf5
커밋 5acabb296f
No known key found for this signature in database
GPG 키 ID: 220CD1C5BDEED020
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -16,7 +16,7 @@ VL2:
clean:
$(MAKE) -C VL1 clean
$(MAKE) -C VL2 clean
$(RM) VL1.pdf VL2.pdf VL1/VL1_handout.pdf VL2/VL2_handout.pdf
$(RM) VL1.pdf VL2.pdf VL1_handout.pdf VL2_handout.pdf
.PHONY: all clean VL1 VL2