blob: b32e53c4baff1c36fc02925b9658f7fab5b4c142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.1.1.1 2001/02/13 13:55:42 wiz Exp $
--- Makefile.orig Mon Sep 18 19:26:03 2000
+++ Makefile
@@ -1,8 +1,9 @@
RM=/bin/rm
-CC=gcc
+#CC=gcc
AR=ar
-CFLAGS=-Wall -Wstrict-prototypes -O2
+CFLAGS+=-Wall -Wstrict-prototypes
+all: read_cuecat
read_cuecat: read_cuecat.o \
|