Skip to content

Commit

Permalink
Merge pull request #259 from luvit/fix-make-clean
Browse files Browse the repository at this point in the history
Makefile: make clean misses zlib and lcrypto
  • Loading branch information
creationix committed Jun 26, 2012
2 parents 728447f + c502d09 commit f0448f0
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 f0448f0

Please sign in to comment.