Browse Source

Recursively clean all built objects.

pull/117/head
Lance Cooper 11 years ago
parent
commit
866d4bf0cd
  1. 3
      Makefile.am

3
Makefile.am

@ -144,8 +144,7 @@ install:
$(INSTALL) -D static/js/libs/webodf.js $(SHARE)/www/static/js/libs/webodf.js $(INSTALL) -D static/js/libs/webodf.js $(SHARE)/www/static/js/libs/webodf.js
clean: clean:
$(GO) clean -i app/... $(GO) clean -i -r app/... 2>/dev/null || true
rm -rf $(CURDIR)/pkg
rm -rf $(CURDIR)/static/fonts rm -rf $(CURDIR)/static/fonts
rm -rf $(CURDIR)/build/out rm -rf $(CURDIR)/build/out

Loading…
Cancel
Save