aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-24 18:02:45 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-24 18:02:45 +0100
commit14c1d149dd80ea9ab5fa73a10b2114c2801765c2 (patch)
tree973d0d604b743185524d6d76a1a2f9afee8138f5
parentfad826dcfe095d57aa5faf6cc8a863069f65b0d6 (diff)
downloadsciteco-14c1d149dd80ea9ab5fa73a10b2114c2801765c2.tar.gz
NCURSES is the default interface now
* GTK is not as polished, but still useful for debugging purposes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c7123b..6f26d82 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# GTK or NCURSES
-INTERFACE?=GTK
+INTERFACE?=NCURSES
OS:=$(shell uname)