about summary refs log tree commit diff stats
path: root/core/ports/dracut
Commit message (Expand)AuthorAgeFilesLines
* core revisionSilvino Silva2016-10-151-1/+1
* core ports dracut missing Maintainer fieldSilvino Silva2016-09-151-1/+1
* dracut revisionSilvino Silva2016-09-154-5/+25
* first doc core os revisionSilvino Silva2016-08-224-0/+428
al import' href='/acidbong/suckless/dwm/commit/config.mk?h=3.7&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
7b5638f ^

1076f2b
7b5638f ^
a73a882 ^
ba59bc8 ^
77f8c07 ^
ba59bc8 ^
d7e1708 ^
7b5638f ^
1076f2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27






                                    


                   




                               
                   

                                       
 
       
                                                                    
                 
                                                                              
                     
 
          
       
# dwm version
VERSION = 0.6

# Customize below to fit your system

# configheader
CONFIG = config.h

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

X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib

# includes and libs
INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11

# flags
CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\"
#LDFLAGS = -g ${LIBS}

# compiler
CC = cc