From adfc317e05c716b7ccb69364e17f954c6fc248f8 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 31 Oct 2021 12:40:06 +1300 Subject: Make `lint` recipe phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7433aa..2fd81cf 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DEVICE_TYPE = 25k PACKAGE = CABGA256 SPEED_GRADE = 6 -.PHONY: all clean program +.PHONY: all clean program lint all: lint $(TOP).svf clean: -- cgit v1.1