15 lines
275 B
Text
15 lines
275 B
Text
--- Makefile.orig 2006-11-10 00:14:11 UTC
|
|
+++ Makefile
|
|
@@ -43,9 +43,9 @@ RM = /bin/rm
|
|
INSTALL = /usr/bin/install -c
|
|
STRIP = strip
|
|
|
|
-LIBS = -lncurses
|
|
-CC = gcc
|
|
-CFLAGS = -g -O2 -Wall
|
|
+LIBS = $(LDFLAGS) -lncurses
|
|
+CC ?= cc
|
|
+CFLAGS ?= -O -pipe
|
|
|
|
all: mp3info gmp3info doc
|
|
|