aboutsummaryrefslogblamecommitdiffstats
path: root/gadgets/config.mk
blob: b6fc39faa27d9f0d146d74e063103b3d22227f3a (plain) (tree)
1
2
3
4
5
6
7
8
9





                                    

                                     
 
                       
                  
 





                     
# Customize below to fit your system

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

X11INC = /usr/X11R6/include
INCS = -I. -I/usr/include -I${X11INC}

X11LIB = /usr/X11R6/lib
LIBS = -L/usr/lib 

CFLAGS = -Os ${INCS} 
LDFLAGS = ${LIBS}

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