From: FreeBirdLjj Date: Wed, 17 Sep 2014 14:26:45 +0000 (+0800) Subject: `all' is also a phony target. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=5ffe2e4443370f4c8e605339e25ee717fa4627e7;p=smdp.git `all' is also a phony target. --- diff --git a/Makefile b/Makefile index 550dcef..c99d35d 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,5 @@ install: mdp install -d $(PREFIX)$(DESTDIR) install -m 755 mdp $(PREFIX)$(DESTDIR)/mdp -.PHONY: clean install +.PHONY: all clean install