From 926998d3d8c671c55e6a7fe6c6fa88f6512ccb46 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 16 Oct 2022 19:13:29 +0100 Subject: Make deplinks phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23b40f3..89052eb 100644 --- a/Makefile +++ b/Makefile @@ -33,4 +33,4 @@ clean: -include $(DEP) -.PHONY: all clean +.PHONY: all deplinks clean -- cgit v1.2.3-54-g00ecf