From da2505f7ca3ca8f48caad49d600de9f3f03e33aa Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 13 Aug 2024 11:11:09 +0200 Subject: libproperties 0.0.0-alpha.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3