# name of project, also used for PCB file PROJECT=easymega # list of schematic files that make up this design SCHEMATICS=easymega.sch # number of PCB layers LAYERS=4 # sides with silkscreen, can be none|top|bottom|both SILK=both 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)