Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…L-4461-3
  • Loading branch information
amit2103 committed Jul 18, 2018
2 parents f033506 + 6605790 commit 6e2e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-security-x509/keystore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {} \;

0 comments on commit 6e2e564

Please sign in to comment.