mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 18:58:30 +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
|
@ -57,7 +57,7 @@ LIBC_X_BINS = $(foreach x,$(LIBC_X_ARTIFACTS),$($(x)_BINS))
|
|||
LIBC_X_CHECKS = $(foreach x,$(LIBC_X_ARTIFACTS),$($(x)_CHECKS))
|
||||
LIBC_X_OBJS = $(foreach x,$(LIBC_X_ARTIFACTS),$($(x)_OBJS))
|
||||
LIBC_X_TESTS = $(foreach x,$(LIBC_X_ARTIFACTS),$($(x)_TESTS))
|
||||
$(LIBC_X_OBJS): $(BUILD_FILES) libc/x/x.mk
|
||||
$(LIBC_X_OBJS): $(BUILD_FILES) libc/x/BUILD.mk
|
||||
|
||||
.PHONY: o/$(MODE)/libc/x
|
||||
o/$(MODE)/libc/x: $(LIBC_X_CHECKS)
|
Loading…
Add table
Add a link
Reference in a new issue