From 834fb3a3615c7546af0f35e8f0a0b31d923d7585 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 2 Mar 2020 18:46:02 -0500 Subject: Replace .mk files with configure script --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b358a82..5db0edd 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,8 @@ PREFIX = /usr/local MANDIR = ${PREFIX}/share/man ETCDIR = ${PREFIX}/etc -LIBS_PREFIX = /usr/local CFLAGS += -std=c11 -Wall -Wextra -Wpedantic -CFLAGS += ${LIBS_PREFIX:%=-I%/include} -LDFLAGS += ${LIBS_PREFIX:%=-L%/lib} LDLIBS = -lsqlite3 LDLIBS_litterbox = -ltls -- cgit 1.4.1