mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2025-04-21 12:27:27 +03:00
c2ben/: initial commit of passive C2 adapter board for the Ben's uSD slot.
This commit is contained in:
18
c2ben/Makefile
Normal file
18
c2ben/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
.PHONY: all gen generate sch brd xpdf
|
||||
|
||||
all:
|
||||
@echo "make what ? target: gen sch brd xpdf"
|
||||
@exit 1
|
||||
|
||||
gen generate:
|
||||
eeschema --plot `pwd`/c2ben.sch
|
||||
# need scripts
|
||||
|
||||
sch:
|
||||
eeschema `pwd`/c2ben.sch
|
||||
|
||||
brd:
|
||||
pcbnew `pwd`/c2ben.brd
|
||||
|
||||
xpdf:
|
||||
xpdf c2ben.pdf
|
||||
Reference in New Issue
Block a user