Update Makefile

This commit is contained in:
Loredana Crusoveanu
2018-07-18 18:38:25 +03:00
committed by GitHub
parent bc6171dfb2
commit 5778b39fb2
+1
View File
@@ -86,3 +86,4 @@ add-client:
clean:
# Remove generated artifacts
find . \( -name "$(CLIENTNAME)*" -o -name "$(HOSTNAME)*" -o -name "$(KEYSTORE)" -o -name "$(TRUSTSTORE)" -o -name ca.crt \) -type f -exec rm -f {} \;