Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Makefile: add make tar helper target
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Aug 6, 2012
1 parent 42aac41 commit bd10bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -260,6 +260,8 @@ $(TARBALL): node doc
rm -rf $(TARNAME)
gzip -f -9 $(TARNAME).tar

tar: $(TARBALL)

$(BINARYTAR):
rm -rf $(BINARYNAME)
rm -rf out/deps out/Release
Expand Down Expand Up @@ -296,4 +298,4 @@ cpplint:

lint: jslint cpplint

.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all website-upload pkg blog blogclean
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all website-upload pkg blog blogclean tar

0 comments on commit bd10bf4

Please sign in to comment.