From 1c65b86f8302cd42152e26c9d4fd24285a8e70c0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 20:46:31 -0400 Subject: propellor spin --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6571ffad..66f329e6 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,5 @@ clean: # hothasktags chokes on some template haskell etc, so ignore errors tags: find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null + +.PHONY: tags -- cgit v1.2.3