blob: 14e984766172dc2b377f1bf9b091a32944c55bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

|