summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIvy Foster2018-02-01 17:29:37 -0600
committerIvy Foster2018-02-01 17:29:37 -0600
commitfafb13531af49b623af3ec27af57eaaae8c6dfe2 (patch)
tree4c22643a837d99cacd27034352a9895a55f91398 /Makefile
parent20fab856e52b27e0d38bad081c455c685614da7a (diff)
downloadaur-fafb13531af49b623af3ec27af57eaaae8c6dfe2.tar.gz
It's .PHONY, not PHONY
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbddde8b63fb..e04ba6efc9e9 100644
--- a/Makefile
+++ b/Makefile
@@ -56,4 +56,4 @@ install: all
$(DESTDIR)/$(libdir)/libbulletml.so.$(MAJOR).$(MINOR) \
$(DESTDIR)/$(libdir)/libbulletml.so
-PHONY: all clean doxy install
+.PHONY: all clean doxy install