1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

uart/: great renaming to nxuart, including references in Makefile

This commit is contained in:
Werner Almesberger
2011-03-07 14:42:44 -03:00
parent 271a50f3c2
commit 5b14b505b4
17 changed files with 21 additions and 21 deletions

19
nxuart/cam/Makefile Normal file
View File

@@ -0,0 +1,19 @@
.PHONY: all clean
NAME=nxuart
all: Makefile.mkmk
Makefile.mkmk: mkmk ../$(NAME).drl ../$(NAME)-PCB_Edges.gbr
./mkmk
../$(NAME).drl: ../$(NAME).brd
pcbnew --drill `pwd`/../$(NAME).brd
../$(NAME)-PCB_Edges.gbr: ../$(NAME).brd
pcbnew --plot=gerber -l PCB_Edges `pwd`/../$(NAME).brd
-include Makefile.mkmk
clean::
rm -f Makefile.mkmk