mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
update cppcommon's makefile
This commit is contained in:
parent
d9a08deb7a
commit
8f64356c87
@ -10,7 +10,7 @@ OBJS := $(patsubst %.cpp,%.o,$(SOURCES))
|
||||
DOPACK = $(PACK) $(PACKOPT) $@ $?
|
||||
DOLINK = $(LINK) $(LINKOPT) -o $@ $?
|
||||
|
||||
CMLIB = cmlib.a
|
||||
CMLIB = libcm.a
|
||||
|
||||
%.o: %.cpp
|
||||
$(CC) $(CCOPT) $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user