From c043a193f8cfa4add9ec3ccfdfd7cf23eee86076 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 9 Dec 2022 21:52:33 +0100 Subject: rename, install script --- makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.2.3-70-g09d2