mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:44:59 +02:00
3f28b92c4f
- ants/ants.brd: added board dimensions - ants/cam/Makefile, ants/cam/pcb.pl, ants/cam/doit: CAM process for the "ants" boards
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
|