view duart28/src/Makefile @ 21:dbcb1d02d256

duart28 MCL: added 2-pin header for misc-use 5V
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Jun 2020 05:18:55 +0000
parents 54e5edfe2f04
children 22aba3a61a4b
line wrap: on
line source

BOMS=	tallied-bom.txt tallied-bom.csv comptab.txt

all:	${BOMS} elements.pcb

tallied-bom.txt:	MCL
	ueda-mkbom -cr > $@

tallied-bom.csv:	MCL
	ueda-csvbom > $@

comptab.txt:	MCL
	ueda-shortbom > $@

elements.pcb:	MCL
	ueda-getfps -ch | ueda-runm4 > $@

clean:
	rm -f *.unet *.txt *.csv errs elements.pcb