aboutsummaryrefslogtreecommitdiff
path: root/pixel-client
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 /pixel-client
parentf234ce8bb28e1528783d662243aa07ad23df5ed9 (diff)
downloadhurrycurry-7f0a32fdd8c614194b08df2a6ec579d743cc7cda.tar
hurrycurry-7f0a32fdd8c614194b08df2a6ec579d743cc7cda.tar.bz2
hurrycurry-7f0a32fdd8c614194b08df2a6ec579d743cc7cda.tar.zst
add CARGOFLAGS everywhere
Diffstat (limited to 'pixel-client')
-rw-r--r--pixel-client/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pixel-client/makefile b/pixel-client/makefile
index 80ab64bc..339defcf 100644
--- a/pixel-client/makefile
+++ b/pixel-client/makefile
@@ -41,9 +41,9 @@ clean:
$(RM) assets/atlas.ta assets/atlas.meta.csv
$(CLIENT): $(shell find src -type f) $(CLIENT_DEPS)
- cargo build --release --bin pixelcurry
+ cargo $(CARGOFLAGS) build --release --bin pixelcurry
$(IMPORT) $(EXPORT) $(PACK) $(COMPOSE): $(shell find tools/src -type f)
- { cd tools; cargo build --release; }
+ { cd tools; cargo $(CARGOFLAGS) build --release; }
%.ta: %.import.png $(IMPORT)
$(IMPORT) $< $@