X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile;h=076d26cdb436e01ca63551a87b40361579b0c3e4;hb=4677b0d00de7ae1e577cc8f5971b35e1bf7c0768;hp=df8eded6237449251e357b2c342eb33c36c02630;hpb=72583f5971107b53db2180dbd07420f94b9a6077;p=openparking.git diff --git a/Makefile b/Makefile index df8eded..076d26c 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ GERBER_FILES=\ board.bottommask.gbr \ board.topsilk.gbr \ board.bottomsilk.gbr \ + board.outline.gbr \ board.plated-drill.cnc all: @@ -53,6 +54,7 @@ fab: $(GERBER_FILES) cp board.bottommask.gbr $$D/board.gbs && \ cp board.topsilk.gbr $$D/board.gto && \ cp board.bottomsilk.gbr $$D/board.gbo && \ + cp board.outline.gbr $$D/board.gko && \ cp board.plated-drill.cnc $$D/board.txt && \ zip -r $$D.zip $$D && \ echo "Done. Output in $$D.zip."; \