From 13f13ee5827f082babb121f74ae23548bdd12dd8 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 12 Oct 2022 23:01:03 +0200 Subject: Makefile: simplify and remove hiding the build process --- config.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 4bd0a40..e69209e 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,6 @@ # tabbed version VERSION = 0.7 -# Customize below to fit your system - # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -25,9 +23,5 @@ CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} -# Solaris -#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = ${LIBS} - # compiler and linker CC = cc -- cgit v1.2.3