Files
jugement_majoritaire/nextcloud_devenv/Makefile
2025-08-18 09:43:07 +02:00

19 lines
188 B
Makefile

.PHONY: all build_deploy build deploy runpodman
all: build_deploy
runpodman:
./runpodman.sh
build_deploy: build
./deploy_poll.sh
build:
cd polls; make
deploy:
./deploy_poll.sh