mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 12:27:09 +02:00
876a5ca8c5
- AUTHORS, atusd/atusd.pro, atusd/dtc123.lib: removed DTC123 schematics symbol - AUTHORS, atusd/Makefile, atusd/atusd.pro, atusd/dtc123.fpd: removed DTC123 footprint
21 lines
284 B
Makefile
21 lines
284 B
Makefile
NAME = atusd
|
|
|
|
.PHONY: all gen generate sch brd xpdf
|
|
|
|
all: dtc123je.mod
|
|
@echo "make what ? target: gen sch brd xpdf"
|
|
@exit 1
|
|
|
|
gen generate:
|
|
eeschema --plot `pwd`/atusd.sch
|
|
# need scripts
|
|
|
|
sch:
|
|
eeschema `pwd`/atusd.sch
|
|
|
|
brd:
|
|
pcbnew `pwd`/atusd.brd
|
|
|
|
xpdf:
|
|
xpdf atusd.pdf
|