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
8 .5c.fp:
9         nickle $*.5c > $@
10
11 .py.fp:
12         python $*.py > $@
13
14 all: $(FOOTPRINTS)