This repository has been archived on 2024-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
stagex/src/tools/build.mk

14 lines
245 B
Makefile

out/curl.tgz: \
out/gcc.tgz \
out/musl.tgz \
out/busybox.tgz \
out/make.tgz \
out/binutils.tgz \
out/openssl.tgz \
out/ca-certificates.tgz
$(call build,tools,curl)
out/tofu.tgz: \
out/busybox.tgz \
out/go.tgz
$(call build,tools,tofu)