summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-01-27 22:59:31 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-01-27 23:05:01 -0700
commitfdd80b98e9419dc0eaaa367f919252420d4f7676 (patch)
tree4d428f1a8111f43455a5ee272df73dd13dc25202 /GNUmakefile
parent5b725e3888442777bdb5c0d656238a13414990b3 (diff)
make lint: Have the output be a little prettier
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
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)