Files
Phraseanet/Makefile
Benoît Burnichon 7f7e1fd143 Add test target to Makefile for Circleci
Remove already installed zip pecl
2015-06-23 10:53:28 +02:00

11 lines
152 B
Makefile

config:
@php bin/console compile:configuration
watch:
@echo 'config/configuration.yml' | entr make config
test:
@exit 0
.PHONY: config watch test