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

19 lines
319 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)
out/sops.tgz: \
out/busybox.tgz \
out/go.tgz
$(call build,tools,sops)