summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff0e394..d6906b0 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ install: all
uninstall:
sudo rm -f $(bindir)/xbot
-.PHONY: clean uninstall
clean:
rm -r build
+.PHONY: all install uninstall clean
+