summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-06-24 23:50:22 +0200
committermetamuffin <metamuffin@disroot.org>2023-06-24 23:50:22 +0200
commitb408b2ebcafddde5a93a3f708d815fcf740607fb (patch)
tree562ff7b45aa973ef91f7d9ba22f3c4e8dc957363 /makefile
parentbdbb7c8b092e2e59d36ad7e979fbe9ac0a2fcff1 (diff)
downloadkeks-meet-b408b2ebcafddde5a93a3f708d815fcf740607fb.tar
keks-meet-b408b2ebcafddde5a93a3f708d815fcf740607fb.tar.bz2
keks-meet-b408b2ebcafddde5a93a3f708d815fcf740607fb.tar.zst
embed sass without debug_assertions
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d0a1719..739721e 100644
--- a/makefile
+++ b/makefile
@@ -20,7 +20,7 @@ kill-watch:
pkill cargo || true
pkill make || true
install-server: client-build
- cargo +nightly install --force --path server --features standalone
+ cargo +nightly install --force --path server
install-native:
cargo +nightly install --force --path client-native-gui
cargo +nightly install --force --path client-native-rift