FreeCalypso > hg > fc-small-hw
comparison duart28/src/Makefile @ 20:54e5edfe2f04
duart28 project started
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Jun 2020 05:12:39 +0000 |
parents | |
children | 22aba3a61a4b |
comparison
equal
deleted
inserted
replaced
19:b3dffadff287 | 20:54e5edfe2f04 |
---|---|
1 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt | |
2 | |
3 all: ${BOMS} elements.pcb | |
4 | |
5 tallied-bom.txt: MCL | |
6 ueda-mkbom -cr > $@ | |
7 | |
8 tallied-bom.csv: MCL | |
9 ueda-csvbom > $@ | |
10 | |
11 comptab.txt: MCL | |
12 ueda-shortbom > $@ | |
13 | |
14 elements.pcb: MCL | |
15 ueda-getfps -ch | ueda-runm4 > $@ | |
16 | |
17 clean: | |
18 rm -f *.unet *.txt *.csv errs elements.pcb |