Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3

This commit is contained in:
amit2103 2018-07-18 23:58:31 +05:30
commit 6e2e56484d
1 changed files with 1 additions and 1 deletions

View File

@ -85,4 +85,4 @@ add-client:
clean:
# Remove generated artifacts
find . ! -name Makefile -type f -exec rm -f {} \;
find . \( -name "$(CLIENTNAME)*" -o -name "$(HOSTNAME)*" -o -name "$(KEYSTORE)" -o -name "$(TRUSTSTORE)" -o -name ca.crt \) -type f -exec rm -f {} \;