mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-15 21:28:54 +00:00
fix typo in Makefile
This commit is contained in:
parent
76955568ba
commit
d900e51d09
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -6,8 +6,8 @@ AR = ar
|
||||||
ARFLAGS = rcs
|
ARFLAGS = rcs
|
||||||
|
|
||||||
BIN_NAME = demo
|
BIN_NAME = demo
|
||||||
A_LIB_NAME = libcjson.a
|
A_LIB_NAME = libcson.a
|
||||||
SO_LIB_NAME = libcjson.so
|
SO_LIB_NAME = libcson.so
|
||||||
|
|
||||||
OBJS = obj/base.o obj/parse.o obj/query.o obj/stringify.o
|
OBJS = obj/base.o obj/parse.o obj/query.o obj/stringify.o
|
||||||
DEPS = $(OBJS:%.o=%.d)
|
DEPS = $(OBJS:%.o=%.d)
|
||||||
|
|
Loading…
Reference in a new issue