From 31907ca51d106e36521e3bf1fc271e367a7f436f Mon Sep 17 00:00:00 2001 From: Carlo Marcelo Arenas Belon Date: Sun, 1 Sep 2013 21:37:30 -0700 Subject: [PATCH] build: include all binaries for clean --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ea1e6c..55a7844 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ jsoncheck: regardless ./test/runQuack && touch .tests clean: - rm -f .tests shellcheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o + rm -f .tests shellcheck jsoncheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o regardless: -