Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-31 16:49:41 +03:00
parent cacb0086c4
commit 64ef46fe41

View File

@ -68,6 +68,8 @@ FORCE:
%.config: %/config.example
# NOTE: this will edit the config either if it does not exist or if it
# is the same as the example...
config.global: config.global.example
@ [ ! -e "$@" ] \
|| cmp --silent "$<" "$@" \