Set default install prefix to /usr

This commit is contained in:
Maarten van Gompel 2020-11-01 00:28:34 +01:00
parent ef4b18459a
commit 21a3b20144

View file

@ -1,3 +1,4 @@
PREFIX = /usr
SRC = lisgd.c
OBJ = ${SRC:.c=.o}
LDFLAGS = -linput -lm