This commit is contained in:
zliang 2023-08-11 15:16:10 -06:00
parent 6e0305828e
commit 289df10eb1

View File

@ -16,7 +16,7 @@ endif
all: helloworld.so hellotype.so helloblock.so hellocluster.so hellotimer.so hellodict.so hellohook.so helloacl.so build-keydb_modstatsd all: helloworld.so hellotype.so helloblock.so hellocluster.so hellotimer.so hellodict.so hellohook.so helloacl.so build-keydb_modstatsd
build-keydb_modstatsd: build-keydb_modstatsd:
-(cd keydb_modstatsd && $(MAKE)) $(MAKE) -C keydb_modstatsd
.c.xo: .c.xo:
$(CC) -I. $(CFLAGS) $(SHOBJ_CFLAGS) -fPIC -c $< -o $@ $(CC) -I. $(CFLAGS) $(SHOBJ_CFLAGS) -fPIC -c $< -o $@