From 30f218eb43414407ff8fad136ac1b14d419c29b5 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 20 Jun 2003 14:08:16 +0000 Subject: Compiling again --- ToD/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ToD/Makefile') diff --git a/ToD/Makefile b/ToD/Makefile index fafd7ac..5a0edcd 100755 --- a/ToD/Makefile +++ b/ToD/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 -pedantic-errors -Werror -I../includes `baltisot-config --cflags` CXX=g++ LIBS=-lz -LDFLAGS=${LIBS} +LDFLAGS=${LIBS} `baltisot-config --libs` TARGET = c_dumper all: ${TARGET} -c_dumper: c_dumper.o ../includes/generic.h Makefile - ${CXX} ${LDFLAGS} c_dumper.o ../generic/generic.a -o c_dumper +c_dumper: c_dumper.o Makefile + ${CXX} ${LDFLAGS} c_dumper.o -o c_dumper clean: rm -f *.o ${TARGET} compil.c -- cgit v1.2.3