Ignore built footprints
[hw/altusmetrum] / packages / pinheader / Makefile
1 FOOTPRINTS = \
2         50mil4pin.fp
3
4 all: $(FOOTPRINTS) .gitignore
5
6 50mil4pin.fp:   50milpitch.py
7         ./50milpitch.py 4 > 50mil4pin.fp
8
9 clean:
10         rm -f $(FOOTPRINTS)
11
12 .gitignore: Makefile
13         for i in $@ $(FOOTPRINTS); do echo $$i; done > $@