summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-04-25 13:42:06 +0200
committerlonkaars <loek@pipeframe.xyz>2022-04-25 13:42:06 +0200
commit559736432356e2bb4ce805e60c32353a5582a568 (patch)
tree2f9c24e4099d5e86f7b90dfead5aba521e48dc2c /readme.md
parent9421fb8c7a7ec8082ada2eaa583acea4bdc12ed1 (diff)
working makefile for 3pi robot
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index adcbe9f..3a7fe07 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,18 @@
# project robotrun software
yeah
+
+## make gedoe
+
+deze commando's kun je uitvoeren op de command-line als je alle build tools
+goed geïnstalleerd hebt. er hoort ook een configuratie te zijn voor visual
+studio code.
+
+```sh
+make # build
+make flash # upload executable to robot
+make clean # clean working directory
+make format # format source and header files
+make compile_commands # generate compile_commands.json (clangd)
+```
+