#!/bin/sh
# For super easy install just run this as root.
CFLAGS=-O ./configure
#
# for gcc:
# CFLAGS='-O2 -fomit-frame-pointer -s -Wall -pipe' ./configure
#
make
make install-strip

#####################################################################
#                                                                   #
#  If you are upgrading from a previous version of cooledit,        #
#  don't forget to delete your old man pages. The file              #
#     ~/cedit/.cooledit.ini                                         #
#  is incompatable as of version 2.3.0 and should also be removed.  #
#                                                                   #
#####################################################################

