mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
labsw/: schematics symbols and footprints
This commit is contained in:
16
labsw/modules/Makefile
Normal file
16
labsw/modules/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
MODULES=dip header relay
|
||||
|
||||
.SUFFIXES: .fpd .mod
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all: $(MODULES:%=%.mod)
|
||||
|
||||
clean:
|
||||
rm -f *~*.fpd
|
||||
|
||||
spotless: clean
|
||||
rm -f $(MODULES:%=%.mod)
|
||||
|
||||
.fpd.mod:
|
||||
fped -k $< $@
|
||||
Reference in New Issue
Block a user