summaryrefslogtreecommitdiff
path: root/src/gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Makefile')
-rw-r--r--src/gui/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/Makefile b/src/gui/Makefile
index 77d66bea7..9c0970ee1 100644
--- a/src/gui/Makefile
+++ b/src/gui/Makefile
@@ -36,13 +36,6 @@ qt/gui.a:
cd qt && make
endif
-# WeeChat with Text interface
-ifeq ($(GUI), text)
-text: text/gui.a
-text/gui.a:
- cd text && make
-endif
-
all:
make curses GUI=curses
@@ -52,4 +45,3 @@ clean:
cd curses && make clean
cd gtk && make clean
cd qt && make clean
- cd text && make clean