aboutsummaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-30 19:45:31 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-30 19:45:31 +0200
commit8be7ee877f8b34979a5fc43ba9040a058422a356 (patch)
tree6b7a070500b6905cdbf2b4d9bb9846d36efbbae6 /pixel-client
parentf717628e0cabd980a92df926c35e162df0f8ad2d (diff)
downloadhurrycurry-8be7ee877f8b34979a5fc43ba9040a058422a356.tar
hurrycurry-8be7ee877f8b34979a5fc43ba9040a058422a356.tar.bz2
hurrycurry-8be7ee877f8b34979a5fc43ba9040a058422a356.tar.zst
remove +nightly cargo rustup flag
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 fc11d613..80ab64bc 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 +nightly build --release --bin pixelcurry
+ cargo build --release --bin pixelcurry
$(IMPORT) $(EXPORT) $(PACK) $(COMPOSE): $(shell find tools/src -type f)
- { cd tools; cargo +nightly build --release; }
+ { cd tools; cargo build --release; }
%.ta: %.import.png $(IMPORT)
$(IMPORT) $< $@