mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 09:56:17 +02:00
1702234db6
- cam/Makefile (pcb, spool): generate the job and spool it to the mill - cam/doit: coordinate transform and format conversions - cam/pcb.pl: PCB outline and holes
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
|