From b3fea0d130c5333ab51674228158f957d265bba9 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Wed, 18 Jul 2018 20:41:12 +0300 Subject: [PATCH] Update Makefile --- spring-security-x509/keystore/Makefile | 1 - 1 file changed, 1 deletion(-) 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 {} \; -