From: Uwe Hermann Date: Tue, 22 May 2012 21:12:23 +0000 (+0200) Subject: Makefile: Rename 'tarball' target to 'dist' for consistency. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-firmware.git;a=commitdiff_plain;h=7b113c0a2bf2255ecd15739ff7e6aa2aeb054545 Makefile: Rename 'tarball' target to 'dist' for consistency. --- diff --git a/Makefile b/Makefile index 8b84716..e36ce4f 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,10 @@ VERSION = "0.1.0" -all: tarball +all: + @echo "Run 'make dist' to create a tarball." -tarball: +dist: @tar -c -v -z --exclude=.git --exclude=Makefile \ --exclude=sigrok-firmware-$(VERSION).tar.gz \ -f sigrok-firmware-$(VERSION).tar.gz *