You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
269 B
16 lines
269 B
# slstatus version
|
|
VERSION = 0
|
|
|
|
# customize below to fit your system
|
|
|
|
# paths
|
|
PREFIX = /usr/local
|
|
MANPREFIX = ${PREFIX}/share/man
|
|
|
|
X11INC = /usr/X11R6/include
|
|
X11LIB = /usr/X11R6/lib
|
|
|
|
# flags
|
|
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
|
|
LDFLAGS = -s
|
|
LIBS =
|
|
|