summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-05-15 19:27:04 +0000
committerIan C <ianc@noddybox.co.uk>2005-05-15 19:27:04 +0000
commit6ecf70c3f9f13fa06912691cde02f7e9a7bbf2ce (patch)
tree9598d095c93fe7cf5cc0d81576088926adced03c /Makefile
parent62930023bf01568d2aea3d35e2268c6d89725dd3 (diff)
Fixed missing include. Update docs accordingly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f048a26..3a7ff3a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: Makefile,v 1.2 2005-05-04 01:13:55 ianc Exp $
+# $Id: Makefile,v 1.3 2005-05-15 19:27:04 ianc Exp $
#
# Alter this if required (for instance NCURSES is being used rather than
@@ -28,7 +28,7 @@
#
LIBS=-lcurses -ltermcap
-OPTS=-g
+OPTS=-O
KEYFILE=xedkeys.h
xed: xed.c xedkeys.h Makefile