From b98d5cc45a9053f42c44cdcebab84888b6bfd7d9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 26 Nov 2016 11:52:51 +0100 Subject: remove unnecessary cat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2da27a..d0d7bd6 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ install: all clean: ls -A | \ - grep "^\($(shell cat .gitignore | sed 's|\.|\\.|; s|\*|.*|; s|$$|\\|' | tr '\n' '\|' )\)\$$" | \ + grep "^\($(shell sed 's|\.|\\.|; s|\*|.*|; s|$$|\\|' .gitignore | tr '\n' '\|')\)\$$" | \ xargs -r rm dist: clean -- cgit v1.2.3-54-g00ecf