From c509edac1c0aa2ebd93ff02fa2dea4f6719d2fd7 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Wed, 3 Jul 2013 00:34:12 -0400 Subject: [PATCH] Add PHONY label to tags targets in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 70022d0..1dd05ae 100644 --- a/Makefile +++ b/Makefile @@ -102,5 +102,6 @@ profbuild: -outputdir dist/pb \ -main-is $(MAINMOD) $(MAINFILE) +.PHONY: tags TAGS tags TAGS: hasktags -b src -- 2.50.1