Xinqi Bao's Git

simplified vol_perc() (and with that config.def.h is super clean)
[slstatus.git] / config.mk
index 704558a..4745073 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,14 +1,11 @@
-NAME = slstatus
 VERSION = 1.0
 
-# Customize below to fit your system
-
 PREFIX = /usr/local
+MANPREFIX = ${PREFIX}/share/man
 
 X11INC = /usr/X11R6/include
 X11LIB = /usr/X11R6/lib
 
-# includes and libs
 INCS = -I. -I/usr/include -I${X11INC}
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
 
@@ -17,6 +14,6 @@ CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
 CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O0 ${INCS} ${CPPFLAGS}
 LDFLAGS = ${LIBS}
 
-# compiler and linker
 CC = cc
+LD = ld