X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/4d33c360141952f6071d19c34c0395ad2ff668a1..d42870d6ca7fb587b38f8cf6d6821ae33a53a696:/config.mk diff --git a/config.mk b/config.mk index f27a0a9..6fbf696 100644 --- a/config.mk +++ b/config.mk @@ -1,20 +1,16 @@ # slstatus version VERSION = 0 -# Customize below to fit your system +# customize below to fit your system -#paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/man +# paths +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # flags -CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wno-unused -Os -LDFLAGS = -L$(X11LIB) -s -LDLIBS = -lX11 - -# compiler and linker -CC = cc +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os +LDFLAGS = -s +LIBS =