Update Makefile

This commit is contained in:
Loredana Crusoveanu 2018-07-18 20:41:12 +03:00 committed by GitHub
parent 5778b39fb2
commit b3fea0d130
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 {} \;