commit 7111c928f8b0e5526f3179fb2b433d0d873f6ece parent 75773ff11c04a7b79f08806ad570b873f58d44a3 Author: aabacchus <ben@bvnf.space> Date: Mon, 16 May 2022 02:01:40 +0100 Makefile: add .PHONY Diffstat:
M | Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -19,3 +19,5 @@ smu/smu: clean: rm -f build-page + +.PHONY: clean