mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 14:39:10 +00:00
Use private keyword on makefile target variables
This commit is contained in:
parent
e015defa70
commit
7b993d561c
71 changed files with 305 additions and 314 deletions
6
third_party/stb/stb.mk
vendored
6
third_party/stb/stb.mk
vendored
|
@ -57,16 +57,16 @@ $(THIRD_PARTY_STB_A).pkg: \
|
|||
$(THIRD_PARTY_STB_A_OBJS) \
|
||||
$(foreach x,$(THIRD_PARTY_STB_A_DIRECTDEPS),$($(x)_A).pkg)
|
||||
|
||||
$(THIRD_PARTY_STB_A_OBJS): \
|
||||
$(THIRD_PARTY_STB_A_OBJS): private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-ffunction-sections \
|
||||
-fdata-sections
|
||||
|
||||
$(THIRD_PARTY_STB_A_OBJS): \
|
||||
$(THIRD_PARTY_STB_A_OBJS): private \
|
||||
OVERRIDE_CPPFLAGS += \
|
||||
-DSTACK_FRAME_UNLIMITED
|
||||
|
||||
o/$(MODE)/third_party/stb/stb_truetype.o: \
|
||||
o/$(MODE)/third_party/stb/stb_truetype.o: private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-Os
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue