Add distclean to clean entire ../bin folder
This commit is contained in:
부모
db7843c5eb
커밋
fc7afd8f76
@ -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)
|
||||
|
불러오는 중...
Reference in New Issue
Block a user