summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <kartofen.mail.0@protonmail.com>2025-06-08 23:16:33 +0300
committerkartofen <kartofen.mail.0@protonmail.com>2025-06-08 23:16:33 +0300
commit1c0b5ba38c3cadceae8cca463159481c7d6ac88d (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