Sfoglia il codice sorgente

Fix 'clean' target

master
Julian Ospald 9 anni fa
parent
commit
de46c5c18c
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 220CD1C5BDEED020
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

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

Caricamento…
Annulla
Salva