summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-07 12:44:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-07 12:44:48 +0000
commitfad2796977c093521e6a75e70356f0a2daa6c532 (patch)
treef71d30de3dda13de5e7ffc6f5341c0bf160398ae /Makefile
parenta5f70c621a932e52c493152ab459bd87bba96767 (diff)
downloadlua-openrc-fad2796977c093521e6a75e70356f0a2daa6c532.tar.bz2
lua-openrc-fad2796977c093521e6a75e70356f0a2daa6c532.tar.xz
release 0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ffa6753..5351774 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
+VERSION = 0.1
+
OBJS = rc.o
LIBS = -lrc
DEBUGFLAGS = -g -Wall -Werror
CFLAGS += $(DEBUGFLAGS)
+CFLAGS += -DVERSION=\"$(VERSION)\"
LDFLAGS += -L/lib