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