blob: 71217e1d4125ad35a31093e33200496b7beccb47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- makefile.old Wed Jul 7 02:03:58 1999
+++ makefile Wed Jul 7 02:04:19 1999
@@ -6,11 +6,11 @@
refute.o unify.o defsysp.o syspred1.o\
syspred2.o trans.o tr_sub.o tr_split.o
#CFLAGS = -g
-CFLAGS = -pg -g # for debug
+CFLAGS?= -pg -g # for debug
#CFLAGS = -O2 # for optimization
#CFLAGS = -O4
#CC = gcc
-CC = cc
+CC?= cc
FLAGS = -lm
cup: $(OBJECTS)
|