Skip to content

Commit

Permalink
Explain
Browse files Browse the repository at this point in the history
  • Loading branch information
rafecolton committed Apr 30, 2020
1 parent b8ee0b1 commit fc97d69
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 @@ -47,6 +47,8 @@ clean:
rm -rf test/clustertest/clustertest
rm -rf libstuff/libstuff.d
rm -rf libstuff/libstuff.h.gch
# If we've never run `make`, `mbedtls/Makefile` does not exist. Add a `test
# -f` check and `|| true` so it doesn't cause `make clean` to exit nonzero
(test -f mbedtls/Makefile && cd mbedtls && $(MAKE) clean) || true
cd test/clustertest/testplugin && $(MAKE) clean

Expand Down

0 comments on commit fc97d69

Please sign in to comment.