diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-27 22:59:31 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-27 23:05:01 -0700 |
commit | fdd80b98e9419dc0eaaa367f919252420d4f7676 (patch) | |
tree | 4d428f1a8111f43455a5ee272df73dd13dc25202 /GNUmakefile | |
parent | 5b725e3888442777bdb5c0d656238a13414990b3 (diff) |
make lint: Have the output be a little prettier
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7dc3a5e..db7f7fd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -51,6 +51,7 @@ build-aux/sources.mk: $(if $(wildcard .git),FORCE) | sort \ >$@.tmp if ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi + @echo '################################################################################' endif generate: $(generate/files) |