Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
separated layout-specific stuff into separate .h and .c files which are included...
[dwm.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
f0c3489
..
a0fad48
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,8
+1,11
@@
# dwm version
# dwm version
-VERSION = 4.
3
+VERSION = 4.
4
# Customize below to fit your system
# Customize below to fit your system
+# layouts
+SRC = float.c tile.c
+
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man