diff options
| author | Chloe M <chloe@faracom.org> | 2026-08-16 00:14:01 -0500 |
|---|---|---|
| committer | Chloe M <chloe@faracom.org> | 2026-08-16 00:14:01 -0500 |
| commit | 28b5f78c5b21afaa5f91889139c2a50254e9da89 (patch) | |
| tree | 1a5e2239296ccaefc90a21372acd41620465b9db /build.sh | |
| parent | bbc81042481e8e32a7e5cc1d90d53d585a548d23 (diff) | |
build: Use bop instead of makefile
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..0d7206c --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +mkdir -p bin/ +BOP_BUILD=levd bop build +BOP_BUILD=newpass bop build |
