1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-12-23 20:56:45 +02:00
ben-wpan/atusb/cam2/Makefile
Werner Almesberger a0b064bd79 atusb/cam2/: streamlined CAM data processing, added generation of prerequisites
- mkmk: call generated makefile "Makefile.mkmk"
- Makefile: generate mkmk prerequisites, run mkmk, and execute targets in
  Makefile.mkmk
2010-12-27 23:37:10 -03:00

15 lines
288 B
Makefile

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