1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2025-04-21 12:17:26 +03:00

Inaugural commit: uSD card as a footprint, inspired by Rikard Lindstrom's work.

This commit is contained in:
Werner Almesberger
2010-08-31 21:43:22 -03:00
commit 8827771fbf
2 changed files with 103 additions and 0 deletions

15
modules/Makefile Normal file
View File

@@ -0,0 +1,15 @@
MODULES=usd-card
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
spotless: clean
rm -f $(MODULES:%=%.mod)
.fpd.mod:
fped -k $< $@