Fix 'clean' target

This commit is contained in:
Julian Ospald 2015-04-21 18:05:23 +02:00
父節點 7e379bf475
當前提交 de46c5c18c
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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