mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03: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:
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
|
last_client=pcbnew
|
||||||
[eeschema]
|
[eeschema]
|
||||||
version=1
|
version=1
|
||||||
|
|||||||
Reference in New Issue
Block a user