Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
[hw/altusmetrum] / packages / Makefile
1 .SUFFIXES: .5c .py .fp
2
3 FOOTPRINTS= \
4         MS5607.fp \
5         uson-8.fp \
6         wson6x5.fp \
7         hvqfn33.fp
8
9 .5c.fp:
10         nickle $*.5c > $@
11
12 .py.fp:
13         python $*.py > $@
14
15 all: $(FOOTPRINTS)