mlp8 4x3 footprint had pads in the wrong places
[hw/altusmetrum] / packages / diodes / Makefile
index 2123d8fb12a4f1e107742777b39b803e21af31a5..e9ea782fe0d7c9f40673cc413d2ff9fc5e295067 100644 (file)
@@ -2,16 +2,21 @@
 
 FOOTPRINTS = \
        0605.fp \
-       powerdi123.fp
+       powerdi123.fp \
+       topled.fp \
+       2125.fp \
+       0603-sideled.fp
 
 .5c.fp:
-       nickle $*.5c > $@
+       nickle $*.5c -o $@
 
 .py.fp:
        python $*.py > $@
 
 all: $(FOOTPRINTS) .gitignore
 
+$(FOOTPRINTS): ../footprint.5c
+
 clean:
        rm -f $(FOOTPRINTS)