aboutsummaryrefslogtreecommitdiff
path: root/client/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-30 19:48:52 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-30 19:48:52 +0200
commit7f0a32fdd8c614194b08df2a6ec579d743cc7cda (patch)
treeb6981887a3a945c4fd29ccf1241065845a7c7a67 /client/makefile
parentf234ce8bb28e1528783d662243aa07ad23df5ed9 (diff)
downloadhurrycurry-7f0a32fdd8c614194b08df2a6ec579d743cc7cda.tar
hurrycurry-7f0a32fdd8c614194b08df2a6ec579d743cc7cda.tar.bz2
hurrycurry-7f0a32fdd8c614194b08df2a6ec579d743cc7cda.tar.zst
add CARGOFLAGS everywhere
Diffstat (limited to 'client/makefile')
-rw-r--r--client/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/makefile b/client/makefile
index c9a58f04..c992372d 100644
--- a/client/makefile
+++ b/client/makefile
@@ -29,7 +29,7 @@ menu/book/book_01.webp:
@curl -L https://s.metamuffin.org/static/hurrycurry/book.webp.tar.zst | tar -xC menu/book
$(LT): $(shell find ../locale/tools -type f)
- { cd ..; cargo build --release --bin localetool; }
+ { cd ..; cargo $(CARGOFLAGS) build --release --bin localetool; }
po/locales.csv: $(LT)
@mkdir -p po