From: Niki Roo Date: Sun, 30 Jun 2024 10:04:41 +0000 (+0200) Subject: makefile X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=70e6676e68300c59384ffb1127fd1330e1d644e7;p=cutils.git makefile --- diff --git a/makefile.d b/makefile.d index 75c12dd..bcc31d7 100644 --- a/makefile.d +++ b/makefile.d @@ -53,7 +53,7 @@ DEPENDS+=$(SOURCES_check:%.c=%.d) DEPENDS+=$(SOURCES_net:%.c=%.d) -include $(DEPENDS) %.o: %.c - $(CC) $(CCFLAGS) -MMD -MP -c $< -o $@ + $(CC) $(CFLAGS) -MMD -MP -c $< -o $@ ################ $(dstdir)/libcutils.o: $(DEPS) $(OBJECTS_cutils)