summaryrefslogtreecommitdiff
path: root/makefile
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 /makefile
parentf717628e0cabd980a92df926c35e162df0f8ad2d (diff)
downloadhurrycurry-8be7ee877f8b34979a5fc43ba9040a058422a356.tar
hurrycurry-8be7ee877f8b34979a5fc43ba9040a058422a356.tar.bz2
hurrycurry-8be7ee877f8b34979a5fc43ba9040a058422a356.tar.zst
remove +nightly cargo rustup flag
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0c6b038c..5bacd060 100644
--- a/makefile
+++ b/makefile
@@ -33,4 +33,4 @@ clean:
make -C client clean
make -C pixel-client clean
make -C test-client clean
- cargo +nightly clean
+ cargo clean