From bfd93a1c163673bad2e510867f8f6b9ff069775c Mon Sep 17 00:00:00 2001 From: Chloe M Date: Sat, 15 Aug 2026 21:58:17 -0500 Subject: initial commit Signed-off-by: Chloe M --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..14e9847 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +# Bop is a quick and minimal build utility to serve as an alternative to MAKE + +## Hooks + +# Hooks may be placed in the target build directory as such: + +``` +$TARGET/.bop/posthook.sh - Runs after the build +$TARGET/.bop/prehook.sh - Runs before the build +``` + +To build a directory with CFILES, run: + +``` +user@host~$ : BOP_BUILD=$TARGET bop build +``` + +## Screenshot and example + +![bop](./assets/bop.png) -- cgit v1.2.3