From: Laurent Mazet Date: Fri, 2 Oct 2015 21:00:36 +0000 (+0200) Subject: add makefile rule: version X-Git-Tag: debian_7.8.7~1 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=dfedbf47d0c0752709c19bdf690bcba59e63e3d5;p=debian6500.git add makefile rule: version --- diff --git a/Makefile b/Makefile index 87c5d90..a8bf4db 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,6 @@ $(TARGET_DEB): clean: rm -f $(TARGET_DEB) $(TARGET_ISO) +version: + echo $(VERSION) $(ISOVER) .PHONY: $(TARGET_DEB)