diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |