From 75d4bf3c4575d0147250eb97f86a35d3f3349867 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 20 Nov 2018 14:31:52 +1300 Subject: Add "all" to .PHONY targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd1c790..9814ba5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .POSIX: -.PHONY: install +.PHONY: all install .SUFFIXES: PREFIX = /usr/local all: -- cgit v1.2.3