mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Rename makefiles BUILD.mk
This way they appear at the top of directory listings.
This commit is contained in:
parent
0bffd09433
commit
96f979dfc5
145 changed files with 224 additions and 224 deletions
|
@ -87,7 +87,7 @@ LIBC_TIME_SRCS = $(foreach x,$(LIBC_TIME_ARTIFACTS),$($(x)_SRCS))
|
|||
LIBC_TIME_HDRS = $(foreach x,$(LIBC_TIME_ARTIFACTS),$($(x)_HDRS))
|
||||
LIBC_TIME_CHECKS = $(foreach x,$(LIBC_TIME_ARTIFACTS),$($(x)_CHECKS))
|
||||
LIBC_TIME_OBJS = $(foreach x,$(LIBC_TIME_ARTIFACTS),$($(x)_OBJS))
|
||||
$(LIBC_TIME_OBJS): $(BUILD_FILES) libc/time/time.mk
|
||||
$(LIBC_TIME_OBJS): $(BUILD_FILES) libc/time/BUILD.mk
|
||||
|
||||
.PHONY: o/$(MODE)/libc/time
|
||||
o/$(MODE)/libc/time: $(LIBC_TIME_CHECKS)
|
Loading…
Add table
Add a link
Reference in a new issue