mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 01:43:13 +00:00
11 lines
152 B
Makefile
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
|