update cppcommon's makefile

This commit is contained in:
gwdwyy 2013-07-11 17:07:00 +08:00
parent d9a08deb7a
commit 8f64356c87

View File

@ -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) $<