--- Makefile	Tue Oct 20 17:25:24 1998
+++ /Users/blb/build/ent/Makefile	Fri Jul 20 17:35:45 2001
@@ -1,11 +1,11 @@
 
 #   Unix make file for random test program
 
-CFLAGS = -g
-#CFLAGS = -O
+#CFLAGS = -g
+CFLAGS = -O3
 
 ent:	ent.o iso8859.o randtest.o
-	cc -O ent.o iso8859.o randtest.o -o ent -lm
+	cc -O3 ent.o iso8859.o randtest.o -o ent 
 
 ent.c:	iso8859.h randtest.h
 
