1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-16 21:27:32 +03:00
ben-wpan/atben/cam/Makefile

18 lines
326 B
Makefile
Raw Normal View History

.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