pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
50c6c93
)
`all' is also a phony target.
author
FreeBirdLjj
<ljj11011@mail.ustc.edu.cn>
Wed, 17 Sep 2014 14:26:45 +0000
(22:26 +0800)
committer
FreeBirdLjj
<ljj11011@mail.ustc.edu.cn>
Wed, 17 Sep 2014 14:26:45 +0000
(22:26 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
550dcef
..
c99d35d
100644
(file)
--- 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