Rename makefiles BUILD.mk

This way they appear at the top of directory listings.
This commit is contained in:
Justine Tunney 2023-11-28 11:21:08 -08:00
parent 0bffd09433
commit 96f979dfc5
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
145 changed files with 224 additions and 224 deletions

View file

@ -50,7 +50,7 @@ o/$(MODE)/third_party/tr/tr.com.dbg: \
THIRD_PARTY_TR_LIBS = $(THIRD_PARTY_TR_A)
THIRD_PARTY_TR_BINS = $(THIRD_PARTY_TR_COMS) $(THIRD_PARTY_TR_COMS:%=%.dbg)
THIRD_PARTY_TR_COMS = o/$(MODE)/third_party/tr/tr.com
$(THIRD_PARTY_TR_OBJS): $(BUILD_FILES) third_party/tr/tr.mk
$(THIRD_PARTY_TR_OBJS): $(BUILD_FILES) third_party/tr/BUILD.mk
.PHONY: o/$(MODE)/third_party/tr
o/$(MODE)/third_party/tr: \