diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ VERSION = 4.4 # Customize below to fit your system +# layouts +SRC = float.c tile.c + # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man |