From f37ad399fe064056c438fb3f1103fe339e5fe9e5 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 23 Jul 2020 16:28:38 -0400 Subject: Rewrite configure script for all platforms --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8bf93ab..6081163 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ PREFIX ?= /usr/local MANDIR ?= ${PREFIX}/share/man -CFLAGS += -I${PREFIX}/include -LDFLAGS += -L${PREFIX}/lib - CEXTS = gnu-case-range gnu-conditional-omitted-operand CFLAGS += -std=c11 -Wall -Wextra -Wpedantic ${CEXTS:%=-Wno-%} LDLIBS = -lncursesw -ltls -- cgit 1.4.1