mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48: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
|
@ -24,7 +24,7 @@ CRT = o/$(MODE)/libc/crt/crt.o
|
|||
CRT_FILES = libc/crt/crt.S
|
||||
CRT_SRCS = libc/crt/crt.S
|
||||
CRT_OBJS = o/$(MODE)/libc/crt/crt.o
|
||||
$(CRT_OBJS): $(BUILD_FILES) libc/crt/crt.mk
|
||||
$(CRT_OBJS): $(BUILD_FILES) libc/crt/BUILD.mk
|
||||
|
||||
# these assembly files are safe to build on aarch64
|
||||
o/$(MODE)/libc/crt/crt.o: libc/crt/crt.S
|
Loading…
Add table
Add a link
Reference in a new issue