Skip to content

Commit

Permalink
build: remove artefacts on distclean
Browse files Browse the repository at this point in the history
since .pkg-files already lives in out/ they're already gone. instead of
moving artefacts into out/ (which might mess with upload scripts),
delete their current location.

PR-URL: #323
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
jbergstroem authored and rvagg committed Jan 27, 2015
1 parent 1953886 commit 69ce064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -68,6 +68,7 @@ distclean:
-rm -rf node_modules
-rm -rf deps/icu
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
-rm -f $(BINARYTAR).* $(TARBALL).*

test: all
$(PYTHON) tools/test.py --mode=release message parallel sequential -J
Expand Down

0 comments on commit 69ce064

Please sign in to comment.