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