From dfedbf47d0c0752709c19bdf690bcba59e63e3d5 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Fri, 2 Oct 2015 23:00:36 +0200 Subject: [PATCH] add makefile rule: version --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2