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 /Makefile | |
| parent | bbc81042481e8e32a7e5cc1d90d53d585a548d23 (diff) | |
build: Use bop instead of makefile
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index f6bba39..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -.PHONY: all -all: bin levd newpass - -.PHONY: bin -bin: - mkdir -p bin/ - -.PHONY: newpass -newpass: - cd newpass/; $(MAKE) - -.PHONY: levd -levd: - cd levd/; $(MAKE) |
