summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-02-11 11:10:01 +0100
committermetamuffin <metamuffin@disroot.org>2023-02-11 11:10:01 +0100
commitc196d2528bde3c6698917f42670c4cc937eaeffe (patch)
treeeebe9d406fa2330abf36d10590f7c523bfefaab4 /makefile
parent3096840df9d49a2a53c08314d978d2aa503ade4e (diff)
downloadkeks-meet-c196d2528bde3c6698917f42670c4cc937eaeffe.tar
keks-meet-c196d2528bde3c6698917f42670c4cc937eaeffe.tar.bz2
keks-meet-c196d2528bde3c6698917f42670c4cc937eaeffe.tar.zst
install standalone by default
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 80953e6..aae6704 100644
--- a/makefile
+++ b/makefile
@@ -14,8 +14,8 @@ watch:
watch-public:
make -C client-web watch &
make -C server watch-public
-install:
- cargo +nightly install --force --path server
+install: client-build
+ cargo +nightly install --force --path server --features standalone
cargo +nightly install --force --path client-native-gui
cargo +nightly install --force --path client-native-rift
cargo +nightly install --force --path client-native-export-track