aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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