mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +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
|
@ -128,7 +128,7 @@ LIBC_INTRIN_INCS = $(foreach x,$(LIBC_INTRIN_ARTIFACTS),$($(x)_INCS))
|
|||
LIBC_INTRIN_SRCS = $(foreach x,$(LIBC_INTRIN_ARTIFACTS),$($(x)_SRCS))
|
||||
LIBC_INTRIN_CHECKS = $(foreach x,$(LIBC_INTRIN_ARTIFACTS),$($(x)_CHECKS))
|
||||
LIBC_INTRIN_OBJS = $(foreach x,$(LIBC_INTRIN_ARTIFACTS),$($(x)_OBJS))
|
||||
$(LIBC_INTRIN_OBJS): $(BUILD_FILES) libc/intrin/intrin.mk
|
||||
$(LIBC_INTRIN_OBJS): $(BUILD_FILES) libc/intrin/BUILD.mk
|
||||
|
||||
.PHONY: o/$(MODE)/libc/intrin
|
||||
o/$(MODE)/libc/intrin: $(LIBC_INTRIN_CHECKS)
|
Loading…
Add table
Add a link
Reference in a new issue