From 749a6ec63a8f257c2b54511f1d7a5467ea4c38d9 Mon Sep 17 00:00:00 2001 From: jdl Date: Sun, 20 Oct 2002 16:01:10 +0000 Subject: reduce warnings pass #1 svn path=/trunk/externals/OSCx/; revision=179 --- libOSC/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libOSC/Makefile') diff --git a/libOSC/Makefile b/libOSC/Makefile index 6261b37..fb21a26 100644 --- a/libOSC/Makefile +++ b/libOSC/Makefile @@ -1,4 +1,5 @@ -CFLAGS= -O2 +CFLAGS= -O2 -Wall +DEFS= -Dunix LIB=libOSC.a LIBOBJS= ${LIB}(OSC-client.o) ${LIB}(OSC-timetag.o) @@ -6,7 +7,7 @@ LIBOBJS= ${LIB}(OSC-client.o) ${LIB}(OSC-timetag.o) all: ${LIBOBJS} .c.a: - ${CC} -c ${CFLAGS} $< + ${CC} -c ${CFLAGS} ${DEFS} $< ${AR} ${ARFLAGS} $@ $*.o rm -f $*.o -- cgit v1.2.1