extractor: Add cum extractor groundwork

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-28 01:46:03 +00:00
parent 7863389486
commit 664a39852b
4 changed files with 169 additions and 1 deletions
+5 -1
View File
@@ -7,8 +7,12 @@
#
.PHONY: all
all: core
all: core extractor
.PHONY: core
core:
cd core/; $(MAKE)
.PHONY: extractor
extractor:
cd extractor/; $(MAKE)