update makefile

This commit is contained in:
Jonas Heinrich 2022-12-30 19:14:17 +01:00
parent 3c5af220e7
commit 68f86e0586
3 changed files with 27 additions and 5 deletions

View file

@ -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