projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4beda8
)
bringed back the old config.mk
author
Ali H. Fardan
<raiz@firemail.cc>
Sun, 4 Sep 2016 22:40:10 +0000
(
01:40
+0300)
committer
Ali H. Fardan
<raiz@firemail.cc>
Sun, 4 Sep 2016 22:40:10 +0000
(
01:40
+0300)
config.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/config.sh
b/config.sh
deleted file mode 100644
(file)
index
c460bd9
..0000000
--- a/
config.sh
+++ /dev/null
@@
-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
-