diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-04-25 02:32:32 -0700 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-04-25 02:32:32 -0700 |
| commit | 3004e4d88e55bdc2e00f7236a2b2111e4d05fd4a (patch) | |
| tree | f2d347f8b169cee4246aa7ae0568057674c6073a /Makefile | |
| parent | beep when you press the button (diff) | |
orca ui replica wip
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |