Browse Source

Add distclean to clean entire ../bin folder

tags/v0.0.1
Joost Rijneveld 5 years ago
parent
commit
fc7afd8f76
No known key found for this signature in database GPG Key ID: A4FE39CF49CBC553
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      test/Makefile

+ 4
- 0
test/Makefile View 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)

Loading…
Cancel
Save