Update Makefile

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

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