src/server/util/Makefile

changeset 504
c094afcdfb27
parent 363
7f0f5c03666a
equal deleted inserted replaced
503:aeaf7db26fac 504:c094afcdfb27
27 # 27 #
28 28
29 UTIL_CFLAGS = 29 UTIL_CFLAGS =
30 30
31 $(UTIL_OBJPRE)%.o: util/%.c 31 $(UTIL_OBJPRE)%.o: util/%.c
32 $(CC) -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $< 32 $(CC) -o $@ -c $(WS_CFLAGS) $(UTIL_CFLAGS) $(CFLAGS) $<

mercurial