diff options
author | Alan Pearce | 2024-04-15 23:20:50 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-15 23:20:50 +0200 |
commit | 76009b87c664c143c4a861257b87c79b2b0814c0 (patch) | |
tree | 57004f62be45b698544a3f3022e2fac9ad450696 /Makefile | |
parent | 077c8e41d82557bbfc20e30915c92811d25f516a (diff) | |
download | website-76009b87c664c143c4a861257b87c79b2b0814c0.tar.lz website-76009b87c664c143c4a861257b87c79b2b0814c0.tar.zst website-76009b87c664c143c4a861257b87c79b2b0814c0.zip |
make: add missing echo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 4bdbe43..731b001 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ zstd_files := $(patsubst %, %.zst, $(to_compress)) $(gzip) $< %.xml.gz: %.xml + @echo $@ $(gzip) $< %.txt.gz: %.txt |