Browse Source

clean should not docclean

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
d67fdcc177
  1. 6
      Makefile

6
Makefile

@ -66,12 +66,12 @@ website-upload: doc
docclean:
@-rm -f doc/node.1 doc/api.xml doc/api.html doc/changelog.html
clean: docclean
clean:
@$(WAF) clean
@-find tools/ -name "*.pyc" -delete
distclean: docclean
distclean: clean docclean
@-rm -rf build/
@-find tools/ -name "*.pyc" -delete
check:
@tools/waf-light check

Loading…
Cancel
Save