diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-24 18:02:45 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-24 18:02:45 +0100 |
commit | 14c1d149dd80ea9ab5fa73a10b2114c2801765c2 (patch) | |
tree | 973d0d604b743185524d6d76a1a2f9afee8138f5 | |
parent | fad826dcfe095d57aa5faf6cc8a863069f65b0d6 (diff) | |
download | sciteco-14c1d149dd80ea9ab5fa73a10b2114c2801765c2.tar.gz |
NCURSES is the default interface now
* GTK is not as polished, but still useful for debugging purposes
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # GTK or NCURSES -INTERFACE?=GTK +INTERFACE?=NCURSES OS:=$(shell uname) |