view eeproms/Makefile @ 5:0dfb68c59838

eeproms/Makefile: add
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Sep 2023 06:35:07 +0000
parents
children 4bc0d3c01064
line wrap: on
line source

INST_FILES=	duart28c duart28s icestick jtag-unbuf

INSTALL_PREFIX=	/opt/freecalypso

INSTDIR=${INSTALL_PREFIX}/ftdi

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${INST_FILES} ${INSTDIR}

clean: