X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=025150671d63f886562fca900e6d1ba1a8029efa;hb=HEAD;hp=0aed1dd97e0b735051570e4be370183862322d7d;hpb=2765a4b599ed8883f1f7a61702426524a22fdde3;p=hw%2Feasymega diff --git a/Makefile b/Makefile index 0aed1dd..28b9cbd 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,9 @@ LAYERS=4 # sides with silkscreen, can be none|top|bottom|both SILK=both -include ../altusmetrum/pcb.mk +include ../altusmetrum/pcb-rnd.mk + +TEST_FILES=EasyMega-Test-Plan.pdf EasyMega-Test-Plan.doc easymega-v3.0-combined-1.9.18.dfu easymega-v3.0-combined-1.9.18.ihx + +easymega-test.zip: $(TEST_FILES) + rm -f $@ && zip $@ $(TEST_FILES)