WIP package-tool

This commit is contained in:
2026-04-04 09:03:01 +02:00
parent 50282fe023
commit 9b58aee54c
5 changed files with 93 additions and 10 deletions

View File

@@ -1,8 +1,10 @@
build/:
mkdir -p build
rsync -aP source/ build/
#TODO - we should have a tool that figures out the deps based on manifest for all files so we only need to reprocess files that updated - similar to how gcc can export deps
build/packages:
mkdir -p $@
node tools/stage-for-pnpn.mjs package-manifest.yaml source $@
clean:
rm -rf build
.PHONY: clean
.PHONY: clean build/packages