mirror of
git://projects.qi-hardware.com/xue.git
synced 2024-11-08 16:49:43 +02:00
20 lines
232 B
Makefile
20 lines
232 B
Makefile
|
all:
|
||
|
@echo Usage:
|
||
|
@echo make dsv
|
||
|
@echo make sch
|
||
|
|
||
|
dsv:
|
||
|
dsv setup BOOKSHELF
|
||
|
|
||
|
sch:
|
||
|
eeschema camera.sch
|
||
|
|
||
|
brd:
|
||
|
pcbnew camera.brd
|
||
|
|
||
|
clean:
|
||
|
@rm -f camera-cache.lib
|
||
|
@rm -f camera-cache.bak
|
||
|
@rm -f camera.bak
|
||
|
@rm -f camera_psu.bak
|