From 7f0dbcf2c601dec4806906006a1b18d2f23231ab Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 17 Jan 2019 14:28:38 -0500 Subject: Drop removed targets from .PHONY Closes #27. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbf4e7c..ead232a 100644 --- a/Makefile +++ b/Makefile @@ -54,4 +54,4 @@ install: all install -Dm644 $(BASH_COMPLETION) $(DESTDIR)$(PREFIX)/share/bash-completion/completions/asp install -Dm644 $(ZSH_COMPLETION) $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_asp -.PHONY: all clean install uninstall dist +.PHONY: all clean install -- cgit v1.2.3-54-g00ecf