summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}