From 95665e437b8f556db4d5499e189e224e3c6e6a12 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Mon, 30 Apr 2018 16:11:45 +0200 Subject: Makefile: separate default flags from user flags --- config.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index a148da4..bb2324f 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 0 # customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include @@ -14,10 +14,6 @@ X11LIB = /usr/X11R6/lib #OSSLIBS = -lossaudio # flags -CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os -LDFLAGS = -L$(X11LIB) -s -LDLIBS = -lX11 ${OSSLIBS} - -# compiler and linker -CC = cc +LDFLAGS = -s +LIBS = -- cgit v1.2.3