summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2025-06-08 23:16:33 +0300
committerkartofen <mladenovnasko0@gmail.com>2025-06-08 23:16:33 +0300
commit227f73622b4576bf21719fcc9ea99416056d8a71 (patch)
tree1ab6d7c0e8dab40aa26def1a2ea6098134e82ea8 /build.sh
init, have brushed and brushless sim and gnuplot viz, also some usb hid testingHEADmaster
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..ec5ad91
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,6 @@
+set -xe
+
+gcc -Wall -Wextra -o wheel_read wheel_read.c
+gcc -Wall -Wextra -o wheel_uhid wheel_uhid.c
+
+gcc -Wall -Wextra -lm -mavx -o main main.c