summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-07-26 21:51:27 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-07-26 21:52:39 -0700
commit9c0a920d325b5b3f0ec3fc88136d94d17bd308cb (patch)
treef20f2c6e6eafa19cc32f0efbd8d2a0de6bb803f9 /Makefile
parentbbafb5b781b9a2caf64d33bfac1b8d706b8466c4 (diff)
Add version string
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8eaeb2e..fe54ee2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+VERSION=0.1beta
+
+CPPFLAGS=-DVERSION=\"${VERSION}\"
CFLAGS+=-Wall -Wextra -g -std=c99
PREFIX?=/usr/local