diff --git a/spring-security-x509/keystore/Makefile b/spring-security-x509/keystore/Makefile index a45b6b5412..63498fea76 100644 --- a/spring-security-x509/keystore/Makefile +++ b/spring-security-x509/keystore/Makefile @@ -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 {} \; -