1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-08-27 10:03:42 +03:00
ben-wpan/atusd/cam/Makefile

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