blob: fe62f828d963e5a5a4da6c6608afd5cc11242924 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Makefile.orig Thu May 1 10:09:46 2003
+++ Makefile Mon Jul 18 09:49:02 2005
@@ -1,5 +1,4 @@
# generic UNIX makefile
-CC = gcc # req. for linux
#CC = cc # if you don't have gcc
# Configuration options:
#
@@ -18,8 +17,6 @@
# (8) -DSDLGRAPHX 1 SDL graphics (generic)
#DBG = -g -W -Wall -pg
-CFLAGS = -O4 -fomit-frame-pointer $(DBG) -DSERVER -DEXT94 -DPERMUTATE $(INC)
-LFLAGS = -x
# LIB = -lcurses -ltermlib # enable this one for curses display
# LIB = -lvgagl -lvga # enable this one for Linux/SVGA
# LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11
|