From 21a3b20144b17cdab5e6de1dbd8db637aae5fffd Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 1 Nov 2020 00:28:34 +0100 Subject: [PATCH] Set default install prefix to /usr --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4c86c8f..af07237 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +PREFIX = /usr SRC = lisgd.c OBJ = ${SRC:.c=.o} LDFLAGS = -linput -lm