Add 3568 fuse holder and 8-pin big terminal for updated TeleFire
[hw/altusmetrum] / packages / diodes / Makefile
index a25dd51bd87f7dfd1c41ff944d0003c48e623989..e9ea782fe0d7c9f40673cc413d2ff9fc5e295067 100644 (file)
@@ -3,16 +3,20 @@
 FOOTPRINTS = \
        0605.fp \
        powerdi123.fp \
-       topled.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)