summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-28 13:09:25 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-28 13:09:25 +0200
commitbf399a0b507ac06ac2fac64558d581dbcc056526 (patch)
treec30024b9141bb324b05d0b5e6bc3b82658a03c71 /Makefile
parent865035fe736214060a9362f5996439185332e093 (diff)
downloadxbot-878b06bc811ea14f0cace6eb727b4437250f7d3e.tar
xbot-878b06bc811ea14f0cace6eb727b4437250f7d3e.tar.zst
xbot-878b06bc811ea14f0cace6eb727b4437250f7d3e.zip
Documentation of example Profile0.1.0
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
+