aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-07-10 16:26:13 +0200
committerlonkaars <loek@pipeframe.xyz>2023-07-10 16:26:13 +0200
commita3a81530a0a30ba02b5253b762e2ccd77d3b01fc (patch)
treeafad1bae0c2f7cb9d4a11b6c1c56bc8bae2f14e5 /makefile
parente430d8cb4a30640298b7fae3c93bc6329e2a0382 (diff)
small restructuring + all deinflection tests working
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/makefile b/makefile
index 6136ad6..f32cbcf 100644
--- a/makefile
+++ b/makefile
@@ -1,14 +1,7 @@
TARGET = yomikun
+# TODO: figure out distribution
SRCS += ./main.ts
-SRCS += ./core/yomikun.ts
-SRCS += ./db/db.ts
-SRCS += ./language/tags.ts
-SRCS += ./language/translator.ts
-SRCS += ./language/types.ts
-SRCS += ./util/array.ts
-SRCS += ./util/error.ts
-SRCS += ./util/string.ts
DENO_FLAGS += --unstable
DENO_FLAGS += --allow-ffi