From d83cfc5fe3db59317f2f1f4f7fa5f81b40b59dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 24 Jun 2022 18:41:06 +0200 Subject: [PATCH] make: fix default rule --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42154ad..bebbe2f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,9 @@ define version_rule endef $(foreach EXT,$(VERSIONED_EXT),$(eval $(call version_rule,$(EXT)))) -all: ${NAME}.sch.pdf ${NAME}.brd-top.png ${NAME}.brd-bot.png ${NAME}.bom.csv +all: print fabrication + +print: ${NAME}.sch.pdf ${NAME}.brd-top.png ${NAME}.brd-bot.png ${NAME}.bom.csv # generate fabrication files (gerbers/drill/BoM/PnP) FABRICATION_DIR := fabrication