From 377090b93c1b3f89fc97cdf5f105c8cbaa606533 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 7 Sep 2013 14:06:29 -0400 Subject: so... back when I wrote `arg`, I didn't know about printf --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c64a96d..a6cde25 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ INSTALL = install RM = rm -f BINFILES = \ - arg \ batterymon \ chardiff \ chardiff_pre \ @@ -47,8 +46,5 @@ clean: cat $< >$@ chmod a+x $@ -# Note that this rule would be way simpler if I could count on 'arg' -# already being installed ("arg '*~' $(BINFILES) > $@") .gitignore: Makefile - echo '*~' > $@ - for file in $(BINFILES); do echo "$$file"; done >> $@ + printf '%s\n' '*~' $(BINFILES) > $@ -- cgit v1.2.3