1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-03 00:15:26 +03:00
ben-wpan/atusb/cam/Makefile
2011-01-03 13:43:54 -03:00

18 lines
326 B
Makefile

.PHONY: all clean
all: Makefile.mkmk
Makefile.mkmk: mkmk ../atusb.drl ../atusb-PCB_Edges.gbr
./mkmk
../atusb.drl: ../atusb.brd
pcbnew --drill `pwd`/../atusb.brd
../atusb-PCB_Edges.gbr: ../atusb.brd
pcbnew --plot=gerber -l PCB_Edges `pwd`/../atusb.brd
-include Makefile.mkmk
clean::
rm -f Makefile.mkmk