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 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