diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-10-12 23:01:03 +0200 |
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-10-12 23:01:03 +0200 |
| commit | 13f13ee5827f082babb121f74ae23548bdd12dd8 (patch) | |
| tree | b661f20291afccd64f728c6844d9688e26474263 /config.mk | |
| parent | 910e67db33dc295b73c1861a79d520b0bd527b2d (diff) | |
| download | tabbed-13f13ee5827f082babb121f74ae23548bdd12dd8.tar.gz | |
Makefile: simplify and remove hiding the build process
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |