1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-07-03 01:39:29 +03:00
f32xbase/c2ben/Makefile

19 lines
256 B
Makefile

.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