From 181426d9c7d429e0b87246213ce47b5ea53e4584 Mon Sep 17 00:00:00 2001 From: Joachim Desroches Date: Mon, 22 Feb 2021 18:00:01 +0100 Subject: [PATCH] Add clean and deploy to PHONY. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2c74e7..b1222fa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Stuff for make to work make magic. .DEFAULT: all .SUFFIXES: .part .html -.PHONY: all +.PHONY: all clean deploy .EXPORT_ALL_VARIABLES: BASE_TITLE = Recycled Cloud