From 4c5ef201326ae2e9d79b009a3dcee916116678de Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 12 Feb 2022 17:13:59 +0100 Subject: fix: remove spaces infront of PREFIX --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2070c94..cdd6bf7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: ifndef PREFIX - PREFIX = /usr/local + PREFIX = /usr/local endif install: -- cgit v1.2.3-70-g09d2