mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
config:
|
|
@php bin/console compile:configuration
|
|
|
|
watch:
|
|
@echo 'config/configuration.yml' | entr make config
|
|
|
|
.PHONY: config watch
|