From 9ee0be307877c85106c9d464dc0c78bf15a5fd12 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 2 Jan 2013 09:46:10 -0800 Subject: [PATCH] build zip file always Signed-off-by: Keith Packard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c82b65..cacb2bb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT=mpserial # intentionally want to rebuild drc and bom on every invocation -all: drc pcb partslist partslist.csv partslist.dk +all: drc pcb partslist partslist.csv partslist.dk zip drc: $(PROJECT).sch Makefile -gnetlist -g drc2 $(PROJECT).sch -o $(PROJECT).drc -- 2.30.2