From ce4e16a1694a38cb75b7b3309deaa80507156aa0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 7 Oct 2025 17:38:05 +0200 Subject: rename diagram node style variants --- test-client/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client') 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 -- cgit v1.3