41e782e9899bc54e3e34d00264634bd2e4c5b17e
[hw/altusmetrum] / packages / switches / Makefile
1 .SUFFIXES: .5c .py .fp
2
3 FOOTPRINTS = \
4         cus-12.fp
5
6 .5c.fp:
7         nickle $*.5c > $@
8
9 .py.fp:
10         python $*.py > $@
11
12 all: $(FOOTPRINTS) .gitignore
13
14 clean:
15         rm -f $(FOOTPRINTS)
16
17 .gitignore: Makefile
18         for i in $@ $(FOOTPRINTS); do echo $$i; done > $@