From 3004e4d88e55bdc2e00f7236a2b2111e4d05fd4a Mon Sep 17 00:00:00 2001 From: Kevin Wallace Date: Sat, 25 Apr 2026 02:32:32 -0700 Subject: orca ui replica wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.2.3