diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-11 11:10:01 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-11 11:10:01 +0100 |
commit | c196d2528bde3c6698917f42670c4cc937eaeffe (patch) | |
tree | eebe9d406fa2330abf36d10590f7c523bfefaab4 /makefile | |
parent | 3096840df9d49a2a53c08314d978d2aa503ade4e (diff) | |
download | keks-meet-c196d2528bde3c6698917f42670c4cc937eaeffe.tar keks-meet-c196d2528bde3c6698917f42670c4cc937eaeffe.tar.bz2 keks-meet-c196d2528bde3c6698917f42670c4cc937eaeffe.tar.zst |
install standalone by default
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |