From 14c1d149dd80ea9ab5fa73a10b2114c2801765c2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 24 Nov 2012 18:02:45 +0100 Subject: NCURSES is the default interface now * GTK is not as polished, but still useful for debugging purposes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3