summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Wallace <kevin@pentabarf.net>2026-04-25 02:32:32 -0700
committerKevin Wallace <kevin@pentabarf.net>2026-04-25 02:32:32 -0700
commit3004e4d88e55bdc2e00f7236a2b2111e4d05fd4a (patch)
treef2d347f8b169cee4246aa7ae0568057674c6073a /Makefile
parentbeep when you press the button (diff)
orca ui replica wip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07e308d..75dc005 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ export GOARM=7
USB_ROOT=/Volumes/MP_SD
GOSOURCES:=$(shell find . -name *.go)
-BINS:=bin/cvend-ipp bin/pic32-ipp bin/beep
+BINS:=bin/cvend-ipp bin/pic32-ipp bin/beep bin/orca
all: ${BINS}