1999-01-12 05:22:58 +00:00
|
|
|
--- Makefile.orig Tue Jan 12 14:13:46 1999
|
|
|
|
+++ Makefile Tue Jan 12 14:13:53 1999
|
1998-11-19 08:01:50 +00:00
|
|
|
@@ -1,8 +1,8 @@
|
|
|
|
# Anyone who knows how to make Makefiles please help out.
|
|
|
|
# I have no clue but this appears to work fairly well
|
|
|
|
# be sure to use gmake
|
|
|
|
-CC = gcc
|
1999-01-12 05:22:58 +00:00
|
|
|
-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR
|
1998-11-19 08:01:50 +00:00
|
|
|
+# CC = gcc
|
1999-01-12 05:22:58 +00:00
|
|
|
+CFLAGS = -DUNIX -DANSI_COLOR
|
1998-11-19 08:01:50 +00:00
|
|
|
# Uncomment the below line for humorous messages
|
|
|
|
#CFLAGS += -DFUNNY_MSGS
|
|
|
|
# uncomment the line below for debuging info
|