From: Bdale Garbee Date: Wed, 18 Mar 2009 06:55:03 +0000 (-0600) Subject: capture Makefile changes before branching X-Git-Tag: loaded-v0.1~1 X-Git-Url: https://git.gag.com/?p=hw%2Ftelemetrum;a=commitdiff_plain;h=8dd3ed0f920b917246c77c93ddbb3762cf942d45 capture Makefile changes before branching --- diff --git a/Makefile b/Makefile index e7fed6d..05b807d 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,21 @@ bom: telemetrum.sch pcb: telemetrum.sch project gsch2pcb project +# note that 'gschlas -e foo.sch' will embed all symbols in the schematic, this +# might be a really good idea for publishing designs to the web that others +# might review? Like this example from DJ: +# +#web : +# for i in channel.sch ethernet.sch power.sch mcu.sch; do \ +# cp $$i tmp.sch ; \ +# gschlas -e tmp.sch ; \ +# mv tmp.sch ${WEB}/$$i; \ +# done + +# this shoves local work out to the git.gag.com repository +push: + git push --mirror + zip: telemetrum.back.gbr telemetrum.backmask.gbr telemetrum.fab.gbr telemetrum.front.gbr telemetrum.frontmask.gbr telemetrum.frontpaste.gbr telemetrum.frontsilk.gbr telemetrum.group2.gbr telemetrum.group3.gbr telemetrum.plated-drill.cnc zip telemetrum.zip *.gbr *.cnc