Skip to content

Commit

Permalink
fix bug in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel cheng committed Jun 2, 2022
1 parent fab7f8a commit d198c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ clean:

cleanup_srl:
if [ -s ./keys/rootCA.srl ]; then \
echo "nothing to cleanup for"; \
else \
if [ -s ./keys/.srl ]; then \
echo "using old OpenSSL"; mv ./keys/.srl ./keys/rootCA.srl; \
else \
Expand Down

0 comments on commit d198c2f

Please sign in to comment.