From 3687a78690bc3b6755c57bf0a96f5d7239989e24 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 31 Oct 2021 12:11:35 +1300 Subject: Enforce lint before svf on `all` recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 407d8aa..4a9e3c1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PACKAGE = CABGA256 SPEED_GRADE = 6 .PHONY: all clean program -all: $(TOP).svf +all: lint $(TOP).svf clean: rm -f *.svf *.bit *.json -- cgit v1.1