summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92e29af..07d961a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,3 +24,6 @@ dist: all
cp -a fb fb.pod fb.1 COPYING Makefile dist/fb-$(VERSION)
sed -i 's/^VERSION=.*$$/VERSION="'$(VERSION)'"/' dist/fb-$(VERSION)/fb
cd dist; tar -czf fb-$(VERSION).tar.gz fb-$(VERSION)
+
+version:
+ @echo $(VERSION)