about summary refs log tree commit diff stats
path: root/html/rogue/js/state.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-28 17:24:34 -0500
committerelioat <elioat@tilde.institute>2024-12-28 17:24:34 -0500
commitb4bbc90048e9cbcfeda046a41b347f655c0690e6 (patch)
tree1551ff8b55a09ead3cf8846893de23fbad815ef1 /html/rogue/js/state.js
parent5e712f625536390a28bbf66829bd26f3f84a189c (diff)
downloadtour-b4bbc90048e9cbcfeda046a41b347f655c0690e6.tar.gz
*
Diffstat (limited to 'html/rogue/js/state.js')
0 files changed, 0 insertions, 0 deletions
/dwm/commit/config.mk?h=2.3&id=7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b'>7b5638f ^
ba59bc8 ^
d7e1708 ^
7b5638f ^
1076f2b
7b5638f ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24



                              




                               
                   

                                       
 

                                             
                 
                                                       
                     
 
          
       


             
# Customize to fit your system

# 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}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}

# compiler
CC = cc

# dwm version
VERSION = 0.6