mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
8e176fb026
That's a 37% reduction total from what it was on 2022-05-23.
18 lines
576 B
Makefile
18 lines
576 B
Makefile
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
|
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
|
|
|
|
PKGS += TOOL_BUILD_EMUCRT
|
|
|
|
TOOL_BUILD_EMUCRT = \
|
|
o/$(MODE)/tool/build/emucrt/emucrt.o \
|
|
o/$(MODE)/tool/build/emucrt/emucrt.lds
|
|
|
|
o/$(MODE)/tool/build/emucrt/emucrt.o: \
|
|
tool/build/emucrt/emucrt.S \
|
|
libc/macros.internal.h \
|
|
libc/intrin/asancodes.h \
|
|
ape/relocations.h
|
|
|
|
.PHONY: o/$(MODE)/tool/build/emucrt
|
|
o/$(MODE)/tool/build/emucrt: \
|
|
$(TOOL_BUILD_EMUCRT)
|