Skip to content

Commit

Permalink
Merge pull request #781 from Expensify/master
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
cead22 authored Apr 30, 2020
2 parents eeeef58 + 970abd5 commit ec46169
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ clean:
rm -rf test/clustertest/clustertest
rm -rf libstuff/libstuff.d
rm -rf libstuff/libstuff.h.gch
cd mbedtls && $(MAKE) clean
# 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

# The mbedtls libraries are all built the same way.
Expand Down

0 comments on commit ec46169

Please sign in to comment.