From d318b1ec1b433e9f9c34ba6c8bfacd034de9b3e2 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 24 Nov 2006 05:19:46 +0000 Subject: [PATCH] Mejora Makefile. --- trunk/src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/src/Makefile b/trunk/src/Makefile index 42ef74e..e1eb39d 100644 --- a/trunk/src/Makefile +++ b/trunk/src/Makefile @@ -4,6 +4,7 @@ CXXFLAGS=-Wall -g targets=test all: $(targets) + test: main.o sistemaautonomo.o $(CXX) $(LDFLAGS) -o test *.o @@ -13,3 +14,5 @@ clean: depend: makedepend -- $(CFLAGS) -- *.cpp +main.o: main.h sistemaautonomo.h indicemagico.h +sistemaautonomo.o: sistemaautonomo.h indicemagico.h -- 2.43.0