From: Leandro Lucarella Date: Tue, 4 Oct 2005 03:57:28 +0000 (+0000) Subject: Agrega dependencia del .h en el Makefile de tests. X-Git-Tag: Entrega_1~45 X-Git-Url: https://git.llucax.com/z.facultad/75.29/dale.git/commitdiff_plain/9f13cc32b3a7faa93111c57a078dc515909612aa?ds=inline Agrega dependencia del .h en el Makefile de tests. --- diff --git a/tests/Makefile b/tests/Makefile index 09d0ac9..b6aeaba 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,6 +2,7 @@ # Opciones para el compilador C++. CXXFLAGS = -Wall -ggdb -ansi -pedantic -DDEBUG -fno-inline +number: ../src/number.h # REGLAS #########