Files
jugement_majoritaire/nextcloud_devenv/Makefile

16 lines
150 B
Makefile

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