mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-23 00:42:28 +02:00
atusd/cam/Makefile: updated for cameo-based process (forgot to commit this)
This commit is contained in:
parent
4387d844dc
commit
4ef7a829c2
@ -1,4 +1,17 @@
|
||||
.PHONY: pcb
|
||||
.PHONY: all clean
|
||||
|
||||
pcb:
|
||||
./doit >job
|
||||
all: Makefile.mkmk
|
||||
|
||||
Makefile.mkmk: mkmk ../atusd.drl ../atusd-PCB_Edges.gbr
|
||||
./mkmk
|
||||
|
||||
../atusd.drl: ../atusd.brd
|
||||
pcbnew --drill `pwd`/../atusd.brd
|
||||
|
||||
../atusd-PCB_Edges.gbr: ../atusd.brd
|
||||
pcbnew --plot=gerber -l PCB_Edges `pwd`/../atusd.brd
|
||||
|
||||
-include Makefile.mkmk
|
||||
|
||||
clean::
|
||||
rm -f Makefile.mkmk
|
||||
|
Loading…
Reference in New Issue
Block a user