1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2024-07-05 13:59:50 +03:00
xue/Makefile
2010-12-19 13:40:50 +00:00

25 lines
358 B
Makefile

all:
@echo Usage:
@echo make dsv
@echo make sch
@echo make brd
@echo make footprints
dsv:
dsv setup BOOKSHELF
sch:
cd xue-rnc && eeschema xue-rnc.sch
brd:
cd xue-rnc && pcbnew xue-rnc.brd
footprints: modules/all_footprints.pdf
@xpdf $^
modules/all_footprints.pdf: modules/*.fpd
@fpd2pdf -o $@ $^
clean:
@rm -f modules/all_footprints.pdf