aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-09 21:52:33 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-09 21:52:33 +0100
commitc043a193f8cfa4add9ec3ccfdfd7cf23eee86076 (patch)
treec0e47796b6c22ad1dce47364de6f75e830575357 /makefile
parent1f3fd177a6ea526ef6104ea9148b8a473c9aa701 (diff)
downloadkeks-meet-c043a193f8cfa4add9ec3ccfdfd7cf23eee86076.tar
keks-meet-c043a193f8cfa4add9ec3ccfdfd7cf23eee86076.tar.bz2
keks-meet-c043a193f8cfa4add9ec3ccfdfd7cf23eee86076.tar.zst
rename, install script
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/makefile b/makefile
index a4dfd6b..9f91a54 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
-.PHONY: run client-build server-run server-build watch
+.PHONY: run client-build server-run server-build watch install
build: client-build server-build
run: client-build server-run
client-build:
@@ -11,3 +11,8 @@ server-build:
watch:
make -C client-web watch &
make -C server watch
+install:
+ cargo install --path server
+ cargo install --path client-native-gui
+ cargo install --path client-native-rift
+ cargo install --path client-native-export-track