mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-16 19:51:53 +02:00
Forgot cntr/Makefile. Added ground fill.
- cntr/Makefile: oops, forgot to add this one to the repository - cntr/cntr.brd: fill unused spaces with ground
This commit is contained in:
parent
5553d3e75b
commit
51de2a5235
18
cntr/Makefile
Normal file
18
cntr/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`/cntr.sch
|
||||
# need scripts
|
||||
|
||||
sch:
|
||||
eeschema `pwd`/cntr.sch
|
||||
|
||||
brd:
|
||||
pcbnew `pwd`/cntr.brd
|
||||
|
||||
xpdf:
|
||||
xpdf cntr.pdf
|
1474
cntr/cntr.brd
1474
cntr/cntr.brd
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
update=Sun Aug 22 21:26:53 2010
|
||||
update=Sun Aug 22 21:43:11 2010
|
||||
last_client=pcbnew
|
||||
[eeschema]
|
||||
version=1
|
||||
|
Loading…
Reference in New Issue
Block a user