diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # dwm - dynamic window manager # See LICENSE file for copyright and license details. +.POSIX: + include config.mk SRC = drw.c dwm.c util.c |
![]() |
index : dwm.git | |
My build of suckless Dynamic Window Manager. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,6 +1,8 @@ # dwm - dynamic window manager # See LICENSE file for copyright and license details. +.POSIX: + include config.mk SRC = drw.c dwm.c util.c |