diff options
Diffstat (limited to 'test-client')
| -rw-r--r-- | test-client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/makefile b/test-client/makefile index bfc80a23..a594a0fc 100644 --- a/test-client/makefile +++ b/test-client/makefile @@ -25,7 +25,7 @@ main.js: main.ts $(wildcard *.ts) LT = ../target/release/localetool -$(LT): $(shell find ../locale/tools -type f) +$(LT): $(shell find ../server/locale-export -type f) { cd ..; cargo $(CARGOFLAGS) build --release --bin localetool; } # include ../book/locale/%.ini when it works again |