diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..2d06cdc528 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +config: + @php bin/console compile:configuration + +watch: + @echo 'config/configuration.yml' | entr make config + +.PHONY: config watch