Sfoglia il codice sorgente

Add distclean to clean entire ../bin folder

tags/v0.0.1
Joost Rijneveld 5 anni fa
parent
commit
fc7afd8f76
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A4FE39CF49CBC553
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      test/Makefile

+ 4
- 0
test/Makefile Vedi File

@@ -64,3 +64,7 @@ clean:
$(RM) $(DEST_DIR)/test_aes
$(RM) $(DEST_DIR)/test_fips202
$(RM) $(DEST_DIR)/test_sha2

.PHONY: distclean
distclean:
$(RM) -r $(DEST_DIR)

Caricamento…
Annulla
Salva