From 30f218eb43414407ff8fad136ac1b14d419c29b5 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 20 Jun 2003 14:08:16 +0000 Subject: Compiling again --- MegamanX5/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MegamanX5/Makefile') diff --git a/MegamanX5/Makefile b/MegamanX5/Makefile index 831126c..2fb326d 100755 --- a/MegamanX5/Makefile +++ b/MegamanX5/Makefile @@ -1,16 +1,16 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I../includes +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I../includes `baltisot-config --cflags` CXX=g++ LIBS=-lz -LDFLAGS=${LIBS} +LDFLAGS=${LIBS} `baltisot-config --libs` TARGET = unarc all: ${TARGET} -unarc: unarc.o ../includes/generic.h Makefile - ${CXX} ${LDFLAGS} unarc.o ../generic/generic.a -o unarc +unarc: unarc.o Makefile + ${CXX} ${LDFLAGS} unarc.o -o unarc clean: rm -f *.o ${TARGET} compil.c -- cgit v1.2.3