mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
f10/: seasonal fun project - distribute current to ten ignitors (2 x 22 R)
This commit is contained in:
12
f10/Makefile
Normal file
12
f10/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
all: fsm100.mod he10.mod
|
||||
|
||||
sch:
|
||||
eeschema `pwd`/f10.sch
|
||||
|
||||
brd:
|
||||
eeschema `pwd`/f10.brd
|
||||
|
||||
%.mod: %.fpd
|
||||
fped -k $< >$@ || { rm -f $@; exit 1; }
|
||||
|
||||
-include Makefile.mkmk
|
||||
Reference in New Issue
Block a user