From: daniel watson Date: Sun, 15 Sep 2013 15:29:52 +0000 (-0700) Subject: add target for seeedstudio zip X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=b9e460c0af2f19ae02cf671f4f62b04fa8dfd678 add target for seeedstudio zip --- diff --git a/pcb/Makefile b/pcb/Makefile index f505d7a..ce06c30 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -39,21 +39,15 @@ ZIP_FILES := \ $(BASE_PREFIX).zip ARDUINO_DIR := $(ROOT_DIR)/arduino/arduino-1.0.1 -BOOTLOADER_DIR := $(ARDUINO_DIR)/hardware/MDuino/bootloaders/optiboot -BOOTLOADER_FILES := \ - optiboot.c \ - avrdude_interactive.sh \ - burn_flash.sh \ - burn_fuses.sh \ - Makefile - - all: ${ZIP_FILES} $(BASE_PREFIX).zip: cd $(ROOT_DIR) ; zip $@ ${ARCHIVE_FILES} -bootloader.zip: - rm -f $@ - cp \ No newline at end of file +seeedstudio: + cp mbino-Edge_Cuts.gbr mbino-Edge_Cuts.gml + cp mbino.drl mbino.txt + zip mbino.zip -r9 mbino-B_Cu.gbl mbino-B_SilkS.gbo mbino-F_Cu.gtl \ + mbino-F_Paste.gtp mbino-B_Mask.gbs mbino-Edge_Cuts.gml \ + mbino-F_Mask.gts mbino-F_SilkS.gto mbino.txt