diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-05-28 13:09:25 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-05-28 13:09:25 +0200 |
commit | bf399a0b507ac06ac2fac64558d581dbcc056526 (patch) | |
tree | c30024b9141bb324b05d0b5e6bc3b82658a03c71 /Makefile | |
parent | 865035fe736214060a9362f5996439185332e093 (diff) | |
download | xbot-878b06bc811ea14f0cace6eb727b4437250f7d3e.tar xbot-878b06bc811ea14f0cace6eb727b4437250f7d3e.tar.zst xbot-878b06bc811ea14f0cace6eb727b4437250f7d3e.zip |
Documentation of example Profile0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ install: all uninstall: sudo rm -f $(bindir)/xbot -.PHONY: clean uninstall clean: rm -r build +.PHONY: all install uninstall clean + |