From 09a5f5cf9449e229f1e8424a332abfdac3df3770 Mon Sep 17 00:00:00 2001 From: Lewis Cook Date: Sun, 17 Sep 2023 13:35:45 +0100 Subject: [PATCH] nit: Format Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 856ffe1..08f831d 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,4 @@ uninstall: rm -rfv ${SHAREDIR}/${PROG} rm -rf ${BINDIR}/${PROG} -.PHONY: all build clean install +.PHONY: all build clean install