From 4ba19d30b56035e41115dba2ac8385396732c6bb Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 20 Jul 2020 10:53:41 +0100 Subject: fullswof-utils: Add all to list of phony targets. * Makefile: Make 'all' phony. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73b952b..aa024d0 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ clean: @echo "Cleaning up..." @rm -rf manual -.PHONY: clean +.PHONY: all clean -- cgit