fix up dual led to have centered XYRS, and to include a cathode end dot
[hw/altusmetrum] / packages / diodes / Makefile
1 .SUFFIXES: .5c .py .fp
2
3 FOOTPRINTS = \
4         0605.fp \
5         powerdi123.fp \
6         topled.fp \
7         2125.fp
8
9 .5c.fp:
10         nickle $*.5c > $@
11
12 .py.fp:
13         python $*.py > $@
14
15 all: $(FOOTPRINTS) .gitignore
16
17 clean:
18         rm -f $(FOOTPRINTS)
19
20 .gitignore: Makefile
21         for i in $@ $(FOOTPRINTS); do echo $$i; done > $@