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