1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

Initial commit.

This commit is contained in:
Werner Almesberger
2010-09-01 04:02:24 -03:00
commit ceca128fbf
9 changed files with 1260 additions and 0 deletions

15
Makefile Normal file
View File

@@ -0,0 +1,15 @@
.PHONY: all gen generate sch brd
all:
@echo "make what ? target: gen sch brd xpdf"
@exit 1
gen generate:
eeschema --plot `pwd`/bbl.sch
# need scripts
sch:
eeschema `pwd`/bbl.sch
brd:
pcbnew `pwd`/bbl.brd