From 944d249b408918e0c1251af3e921a73b26e2b056 Mon Sep 17 00:00:00 2001 From: illiliti Date: Wed, 8 Jul 2020 14:44:44 +0300 Subject: [PATCH] fix makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5c052b3..3685f76 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ .POSIX: PREFIX = /usr/local +LIBDIR = ${PREFIX}/lib +INCLUDEDIR = ${PREFIX}/include XCFLAGS = ${CFLAGS} -pedantic -fPIC -fvisibility=hidden \ -D_POSIX_VERSION=200809L -D_XOPEN_SOURCE=700 -std=c99 \ -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes \