diff options
| author | Chloe M <chloe@faracom.org> | 2026-08-15 21:58:17 -0500 |
|---|---|---|
| committer | Chloe M <chloe@faracom.org> | 2026-08-15 22:02:24 -0500 |
| commit | bfd93a1c163673bad2e510867f8f6b9ff069775c (patch) | |
| tree | d2e23716d325db21545c5c6548cdd9e78526a901 /README.md | |
initial commit
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9be184 --- /dev/null +++ b/README.md @@ -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 + + |
