From 9c80ee7c449fc9ebdfe41c3e4c0dfaa9fb55ccc8 Mon Sep 17 00:00:00 2001 From: Chloe M Date: Sat, 15 Aug 2026 23:00:33 -0500 Subject: docs: Remove old README Signed-off-by: Chloe M --- README | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 14e9847..0000000 --- a/README +++ /dev/null @@ -1,20 +0,0 @@ -# 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