X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packages%2Fswitches%2FMakefile;h=09a72b3a0b758bf1c0e904ff016b8d70c6de79ea;hb=9c0a6886814a3fa8cbf69e54bc694e99071ba7ba;hp=f10b24b472bb2cabb89c5c65fa73866eeee86d9d;hpb=f7b60fb9fe92ba679ff01703fbe2303d7bfd64cd;p=hw%2Faltusmetrum diff --git a/packages/switches/Makefile b/packages/switches/Makefile index f10b24b..09a72b3 100644 --- a/packages/switches/Makefile +++ b/packages/switches/Makefile @@ -1,13 +1,17 @@ .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