summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cef3a49..b359e99 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ DEP = $(SRC:.c=.d)
-include $(DEP)
%.d: %.c
- $(CC) -MM $(CPPFLAGS) $< -MF $@ -MT "$*.o $@"
+ $(CC) -MM $(CFLAGS) $(CPPFLAGS) $< -MF $@ -MT "$*.o $@"
clean:
$(RM) $(OBJ)