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