aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3f85e3..c6643d4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,9 @@ SRC != find src -name '*.c'
OBJ = ${SRC:.c=.o}
LIBNAME = libstr
+LIBVER = 0.0.0a1
-CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT}
+CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\"
LDFLAGS =
dist: