aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-04 15:57:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-04 15:57:03 +0000
commit505e05c245b29aa79efcd1f73d33d7c76cefb316 (patch)
treea1c43d14367425a7527c16938c1f61e9072fc52f /Makefile
parentc9fe03878b1808e9c33e3f9b16964a142331253b (diff)
downloadpingu-505e05c245b29aa79efcd1f73d33d7c76cefb316.tar.bz2
pingu-505e05c245b29aa79efcd1f73d33d7c76cefb316.tar.xz
pingu: added -V to print version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de1c586..0e633c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
TARGETS = mtu pingu
+VERSION = 0.2_pre1
+
CFLAGS ?= -g
+CFLAGS += -DPINGU_VERSION=\"$(VERSION)\"
prefix = /usr
BINDIR = $(prefix)/bin