update makefile
This commit is contained in:
parent
3c5af220e7
commit
68f86e0586
3 changed files with 27 additions and 5 deletions
11
Makefile
11
Makefile
|
|
@ -1,2 +1,13 @@
|
|||
all:
|
||||
git submodule update --init
|
||||
cd server && git submodule update --init
|
||||
cd server && make dev-setup
|
||||
cd server && make build-js
|
||||
cd server && npm run sass
|
||||
|
||||
clean:
|
||||
rm nixos.qcow2
|
||||
|
||||
|
||||
run:
|
||||
QEMU_NET_OPTS="hostfwd=tcp::8080-:80,hostfwd=tcp::1433-:143,hostfwd=tcp::5877-:587" nixos-shell vm-nextcloud.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue