Update Makefile

This commit is contained in:
Loredana Crusoveanu 2018-07-18 12:35:05 +03:00 committed by GitHub
parent 15262f4dc1
commit bc6171dfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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 {} \;