diff options
author | 2024-08-13 11:11:09 +0200 | |
---|---|---|
committer | 2024-08-13 11:11:09 +0200 | |
commit | da2505f7ca3ca8f48caad49d600de9f3f03e33aa (patch) | |
tree | 358f4f3d0af69b4393ab7f953312de5853c4124a | |
parent | 4e5fcd691545ea51d17a2aa8accfc89d303c3d9f (diff) | |
download | properties-0.0.0-alpha.2.tar.gz properties-0.0.0-alpha.2.zip |
libproperties 0.0.0-alpha.2v0.0.0-alpha.2
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -1,4 +1,4 @@ -VER = 0.0.0-alpha.1 +VER = 0.0.0-alpha.2 LEX = lex YACC = yacc CC = cc |