]> www.fi.muni.cz Git - openparking.git/blobdiff - Makefile
Resubmitted version with outline
[openparking.git] / Makefile
index df8eded6237449251e357b2c342eb33c36c02630..076d26cdb436e01ca63551a87b40361579b0c3e4 100644 (file)
--- 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."; \