From 04a56cfd4081fbd3730e4bf04a257958c35eb600 Mon Sep 17 00:00:00 2001 From: shinyoukai Date: Sun, 30 Nov 2025 10:19:18 +0000 Subject: [PATCH] YUKI N. > ADD EXTRA DEPENDENCY FETCH git-svn-id: file:///srv/svn/repo/kosuzu/trunk@82 eb64cd80-c68d-6f47-b6a3-0ada418499da --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 240fb0e..a82bf53 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ all: @dune build deps: @opam install dune curl cmdliner msgpck + @svn co -q https://svn.laidback.moe/repo/text_parse/trunk text_parse txt: @dune build cmd/txt/txt.exe clean: