Files
arc/Taskfile.yaml
AuxXxilium 231eebd18b taskfile: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-12-24 16:12:28 +01:00

22 lines
327 B
YAML

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