mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 13:26:16 +02:00
10 lines
148 B
Makefile
10 lines
148 B
Makefile
|
DIR=/home/moko/svn.openmoko.org/developers/werner/cncmap
|
||
|
|
||
|
.PHONY: pcb spool
|
||
|
|
||
|
pcb:
|
||
|
./doit >job
|
||
|
|
||
|
spool:
|
||
|
PORT=/dev/ttyUSB0 $(DIR)/spool/spool job
|