diff --git a/Makefile b/Makefile index d74f4d5..cd37a73 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,8 @@ FORCE: config.global: config.global.example @ [ ! -e "$@" ] \ - && cp "$<" "$@" \ + && cp -p "$<" "$@" \ + && touch "$<" && $(EDITOR) "$@" \ || true