summaryrefslogtreecommitdiff
blob: e254c254e1a971b8783d2b4cf8b78acce2b0ac61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- procinfo-18/Makefile.orig	2001-02-25 00:29:53.000000000 +0100
+++ procinfo-18/Makefile	2006-10-21 13:57:47.000000000 +0200
@@ -2,10 +2,10 @@
 
 prefix=/usr
 
-CC = gcc -Wall -Wstrict-prototypes
+CC += 
 
-CFLAGS = -O2
-LDFLAGS = -s
+CFLAGS += -Wall -Wstrict-prototypes
+LDFLAGS +=
 
 # If you get lots of `undefined references', you probably need -lncurses
 # instead: