1999-01-07 18:38:54 +00:00
|
|
|
--- Makefile.orig Thu Dec 17 23:04:03 1998
|
|
|
|
+++ Makefile Thu Jan 7 10:34:19 1999
|
1998-06-28 03:22:37 +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-07 18:38:54 +00:00
|
|
|
-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR
|
1998-12-14 22:36:07 +00:00
|
|
|
+#CC = gcc
|
|
|
|
+CFLAGS += -DUNIX -DANSI_COLOR
|
1998-06-28 03:22:37 +00:00
|
|
|
# Uncomment the below line for humorous messages
|
|
|
|
#CFLAGS += -DFUNNY_MSGS
|
|
|
|
# uncomment the line below for debuging info
|