X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packages%2Fswitches%2FMakefile;h=09a72b3a0b758bf1c0e904ff016b8d70c6de79ea;hb=3034dc83f6095f1df20523b07cdba7f252341c3f;hp=41e782e9899bc54e3e34d00264634bd2e4c5b17e;hpb=2d70c71d2f9a3924ed13fdfd4762fc78e7d1114a;p=hw%2Faltusmetrum diff --git a/packages/switches/Makefile b/packages/switches/Makefile index 41e782e..09a72b3 100644 --- a/packages/switches/Makefile +++ b/packages/switches/Makefile @@ -1,16 +1,22 @@ .SUFFIXES: .5c .py .fp FOOTPRINTS = \ - cus-12.fp + 20571.fp \ + cus-12.fp \ + lph.fp \ + PNswitchDPDT.fp \ + SK12F17.fp .5c.fp: - nickle $*.5c > $@ + nickle $*.5c -o $@ .py.fp: - python $*.py > $@ + python3 $*.py > $@ all: $(FOOTPRINTS) .gitignore +$(FOOTPRINTS): ../footprint.5c + clean: rm -f $(FOOTPRINTS)