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

Loading…
Cancel
Save