From 377074baf8cab3f7d3b41ecb70805415fbfa43b2 Mon Sep 17 00:00:00 2001 From: roker Date: Wed, 9 Jun 2021 14:25:53 +0200 Subject: [PATCH] make 'all' a PONY target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c6a58a..87739af 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # This file may be used under the terms of the GNU General Public License version 3 # see LICENSE -.PHONY: src test install uninstall clean +.PHONY: all src test install uninstall clean all: src