Set up the client makefile

This commit is contained in:
Savanni D'Gerinel 2022-11-17 00:01:01 -05:00
parent 62995c9b2f
commit ab3ae24b56
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,8 @@
.PHONY: server .PHONY: server client-dev
server: server:
cd servilo && make cd servilo && make
client-dev:
cd v-client && make dev

5
v-client/Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: dev
dev:
npx tauri dev