mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +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
|
@ -53,11 +53,11 @@ o/$(MODE)/net/http/islacnicip.o \
|
|||
o/$(MODE)/net/http/isloopbackip.o \
|
||||
o/$(MODE)/net/http/ismulticastip.o \
|
||||
o/$(MODE)/net/http/isripeip.o \
|
||||
o/$(MODE)/net/http/istestnetip.o: \
|
||||
o/$(MODE)/net/http/istestnetip.o: private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-Os
|
||||
|
||||
o/$(MODE)/net/http/formathttpdatetime.o: \
|
||||
o/$(MODE)/net/http/formathttpdatetime.o: private\
|
||||
OVERRIDE_CFLAGS += \
|
||||
-O3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue