mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-17 11:00:47 +01:00
Tweak: use -MMD instead of -MD
This commit is contained in:
parent
d40333273a
commit
063369bed7
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ GEN := gen/previews.h gen/server.h gen/helpers.h
|
||||
|
||||
LIBS := magic crypto
|
||||
|
||||
ALL_CFLAGS := -O2 -MD -Wall -Wextra -Wno-unused-parameter $(CFLAGS) $(CPPFLAGS)
|
||||
ALL_CFLAGS := -O2 -MMD -Wall -Wextra -Wno-unused-parameter $(CFLAGS) $(CPPFLAGS)
|
||||
ALL_LDFLAGS := $(addprefix -l,$(LIBS)) $(CFLAGS) $(LDFLAGS)
|
||||
|
||||
MKDIR := mkdir -p
|
||||
|
Loading…
Reference in New Issue
Block a user