Update Makefile

This commit is contained in:
Loredana Crusoveanu
2018-07-18 12:35:05 +03:00
committed by GitHub
parent 15262f4dc1
commit bc6171dfb2

View File

@@ -86,4 +86,3 @@ 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 {} \;