From 7f0a32fdd8c614194b08df2a6ec579d743cc7cda Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 30 Sep 2024 19:48:52 +0200 Subject: add CARGOFLAGS everywhere --- pixel-client/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pixel-client') 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) $< $@ -- cgit v1.2.3-70-g09d2