diff
Makefile | 4 ----
README.md | 4 ----
2 files changed, 8 deletions(-)
diff --git a/Makefile b/Makefile
index e6ddddb..5a4258c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,8 @@ CFLAGS = -std=c89 -Wall -Wextra -Werror -pedantic
CPPFLAGS = -I/usr/X11R6/include
LDFLAGS = -L/usr/X11R6/lib
LDLIBS = -lX11
-ENABLE_EWMH ?= 0
-WM_EXTRAS = extras/ewmh/ewmh_stub.c
-ifeq ($(ENABLE_EWMH),1)
WM_EXTRAS = extras/ewmh/ewmh.c
-endif
all: wm wmc
diff --git a/README.md b/README.md
index c765a17..4306918 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,6 @@ and wmc being a small command client used to send control actions to wm via the
paired with a [hot-key daemon](https://git.larp.moe/dd/hkd). to see implemented wmc options run
"wmc" with no arguments.
-Build:
-- `make`
-- `make ENABLE_EWMH=1` to include EWMH integration from `extras/ewmh/ewmh.c`
-
see also
- window manager is based off [tinywm](http://incise.org/tinywm.html)
- [FYI](https://wayland.fyi) wayland is still way more minimal ;p