From 502a6d983f981aff18b261a61feded2db6006ec6 Mon Sep 17 00:00:00 2001 From: Kevin Wallace Date: Mon, 2 Mar 2026 15:04:40 -0800 Subject: ipp -> {cvend,pic32}-ipp --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 354ad49..1620c85 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ USB_ROOT=/Volumes/MP_SD GOSOURCES:=$(shell find . -name *.go) -all: bin/ipp +all: bin/cvend-ipp bin/pic32-ipp clean: rm -r bin @@ -15,7 +15,8 @@ bin/%: ${GOSOURCES} mkdir -p bin go build -o $@ ./cmd/$* -usb: autorun.sh bin/ipp +usb: autorun.sh bin/cvend-ipp bin/pic32-ipp install autorun.sh ${USB_ROOT}/ install -d ${USB_ROOT}/bin/ - install bin/ipp ${USB_ROOT}/bin/ + install bin/cvend-ipp ${USB_ROOT}/bin/ + install bin/pic32-ipp ${USB_ROOT}/bin/ -- cgit v1.2.3