Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: make clean misses zlib and lcrypto
lcrypto and zlib do not have makefiles and are compiled up "by hand."
Ensure they get removed.
  • Loading branch information
philips committed Jun 26, 2012
1 parent 728447f commit c502d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -207,6 +207,8 @@ clean:
${MAKE} -C ${YAJLDIR} clean
${MAKE} -C ${UVDIR} distclean
${MAKE} -C examples/native clean
-rm ${ZLIBDIR}/*.o
-rm ${CRYPTODIR}/src/lcrypto.o
rm -rf build bundle

install: all
Expand Down

0 comments on commit c502d09

Please sign in to comment.