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:
19
nxuart/cam/Makefile
Normal file
19
nxuart/cam/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user