Skip to content

Commit 383f9d2

Browse files
committed
Don't print command for 'make lists' target
1 parent af6d135 commit 383f9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ lwg$(LISTREV).zip: lists
7676
@echo Created $@
7777

7878
lists: mailing bin/lists dates meta-data/paper_titles.txt
79-
bin/lists
79+
@bin/lists
8080

8181
define update
8282
if diff -N -u $(1) $(1).tmp ; then rm $(1).tmp ; else mv $(1).tmp $(1) ; fi ; touch $(1)

0 commit comments

Comments
 (0)