blob: 296b89535428f09e7a73ffc97ff8a741736e286b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig Tue Jan 23 11:49:05 2001
+++ Makefile Wed Jan 24 20:28:41 2001
@@ -2,8 +2,8 @@
# originally by Matt D. Smith
# rewritten by Rico Gloeckner <mc@verdinet.de>
-CC = gcc
-CFLAGS = -O4 -Wall -DUNIX
+CC?= gcc
+CFLAGS+= -Wall -DUNIX
# uncomment the line below for debuging info
#CFLAGS += -g
|