make does refresh deployment

This commit is contained in:
2025-08-02 22:55:24 +02:00
parent f9e38ea4a4
commit 38af3fc7dd
2 changed files with 21 additions and 1 deletions

15
nextcloud_devenv/Makefile Normal file
View File

@@ -0,0 +1,15 @@
.PHONY: all build_deploy build deploy
all: build_deploy
build_deploy: build
./deploy_poll.sh
build:
cd polls; make
deploy:
./deploy_poll.sh