From 505e05c245b29aa79efcd1f73d33d7c76cefb316 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 4 Feb 2009 15:57:03 +0000 Subject: pingu: added -V to print version --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3