Use private keyword on makefile target variables

This commit is contained in:
Justine Tunney 2022-08-10 18:00:45 -07:00
parent e015defa70
commit 7b993d561c
71 changed files with 305 additions and 314 deletions

View file

@ -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