1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-08-25 17:37:43 +03:00
ben-wpan/atben/cam/Makefile
2011-01-17 10:53:55 -03:00

18 lines
326 B
Makefile

.PHONY: all clean
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