convert Python footprint generators to Python 3
[hw/altusmetrum] / packages / switches / Makefile
index b8e0de317b29fdaec0cc702fce3dccab2039a6f0..09a72b3a0b758bf1c0e904ff016b8d70c6de79ea 100644 (file)
@@ -1,14 +1,17 @@
 .SUFFIXES: .5c .py .fp
 
 FOOTPRINTS = \
+       20571.fp \
        cus-12.fp \
-       lph.fp
+       lph.fp \
+       PNswitchDPDT.fp \
+       SK12F17.fp 
 
 .5c.fp:
-       nickle $*.5c > $@
+       nickle $*.5c -o $@
 
 .py.fp:
-       python $*.py > $@
+       python3 $*.py > $@
 
 all: $(FOOTPRINTS) .gitignore