Root/atusb/cam/Makefile

Source at commit 33926475741878e548c670f24284ed1b87a24954 created 13 years 2 months ago.
By Werner Almesberger, great atusd -> atben renaming: changed the directory name
1.PHONY: all clean
2
3all: Makefile.mkmk
4
5Makefile.mkmk: mkmk ../atusb.drl ../atusb-PCB_Edges.gbr
6            ./mkmk
7
8../atusb.drl: ../atusb.brd
9            pcbnew --drill `pwd`/../atusb.brd
10
11../atusb-PCB_Edges.gbr: ../atusb.brd
12            pcbnew --plot=gerber -l PCB_Edges `pwd`/../atusb.brd
13
14-include Makefile.mkmk
15
16clean::
17            rm -f Makefile.mkmk
18

Archive Download this file



interactive