diff options
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} |