aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58fbf44..e692115 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SRC = utils/string.c properties-parser.c properties-lexer.c
STATIC_OBJ = build/static/utils/string.o build/static/properties-parser.o build/static/properties-lexer.o
SHARED_OBJ = build/shared/utils/string.o build/shared/properties-parser.o build/shared/properties-lexer.o
-CFLAGS = -DVERSION=
+CFLAGS = -DVERSION=${VER}
#LFLAGS = -ll -ly
LFLAGS = -l:libl.a -l:liby.a