aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ffa69b4..c916c84 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
# dwm - dynamic window manager
# See LICENSE file for copyright and license details.
+UNAME != uname | tr '[:upper:]' '[:lower:]'
+
include config.mk
+sinclude config.${UNAME}.mk
SRC = drw.c dwm.c util.c
OBJ = ${SRC:.c=.o}
remember that computers suck.