all repos — website @ 76009b87c664c143c4a861257b87c79b2b0814c0

My website

make: add missing echo
Alan Pearce alan@alanpearce.eu
Mon, 15 Apr 2024 23:20:50 +0200
commit

76009b87c664c143c4a861257b87c79b2b0814c0

parent

077c8e41d82557bbfc20e30915c92811d25f516a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M MakefileMakefile
@@ -44,6 +44,7 @@ @echo $@ 	$(gzip) $<
 
 %.xml.gz: %.xml
+	@echo $@
 	$(gzip) $<
 
 %.txt.gz: %.txt