Files
arc/Taskfile.yaml
AuxXxilium d8db7bbbab tree: optimize code
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2025-01-15 19:54:15 +01:00

28 lines
426 B
YAML

# https://taskfile.dev
version: "3"
tasks:
build-ext:
cmds:
- git reset --hard
- git pull
- ./img-gen.sh ext
build-min:
cmds:
- git reset --hard
- git pull
- ./img-gen.sh min
build-micro:
cmds:
- git reset --hard
- git pull
- ./img-gen.sh micro
compile-kpatch:
dir: kpatch
cmds:
- make clean all
- mv kpatch ../files/p3/system/