bringed back the old config.mk
This commit is contained in:
parent
a4beda8eb9
commit
a66b73f5f2
1 changed files with 0 additions and 17 deletions
17
config.sh
17
config.sh
|
@ -1,17 +0,0 @@
|
|||
NAME="slstatus"
|
||||
VERSION="1.0"
|
||||
|
||||
PREFIX="/usr/local"
|
||||
|
||||
X11INC="/usr/X11R6/include"
|
||||
X11LIB="/usr/X11R6/lib"
|
||||
|
||||
INCS="-I. -I/usr/include -I${X11INC}"
|
||||
LIBS="-L/usr/lib -lc -L${X11LIB} -lX11 -lasound"
|
||||
|
||||
CPPFLAGS="-DVERSION=\"${VERSION}\" -D_GNU_SOURCE"
|
||||
CFLAGS="-std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O0 ${INCS} ${CPPFLAGS}"
|
||||
LDFLAGS="${LIBS}"
|
||||
|
||||
CC = cc
|
||||
|
Loading…
Reference in a new issue