aboutsummaryrefslogtreecommitdiffstats
path: root/gadgets/config.mk
blob: df25ba36a77cc01e28eb2aba325938062e0431ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Customize below to fit your system

# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man

INCS = -I. -I/usr/include

# No Xinerama, comment the following two lines for Xinerama
LIBS = -L/usr/lib 
CFLAGS = -Os ${INCS} 
LDFLAGS = ${LIBS}

# compiler and linker
CC = gcc
LD = ${CC}