X-Git-Url: https://git.llucax.com/z.facultad/75.42/calculadora.git/blobdiff_plain/8f5992a5811ef292022a3ca3ac293c231e2b065b..e08656fb1390508d9310e5964fc1884bae95c2ee:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 4301bc3..c9aea06 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ # Opciones para el compilador. CFLAGS=-ansi -pedantic -Wall -g3 -DDEBUG -CC=gcc-3.2 # Pruebas. TESTS=dllist_test memdebug_test parser_equation_test parser_variable_test \ @@ -39,7 +38,8 @@ dllist_test: dllist.o memdebug_test: dllist.o meminfo.o memdebug.o parser_equation_test: dllist.o strutil.o meminfo.o memdebug.o parseerror.o \ - parser_common.o equation.o parser_equation.o + parser_common.o equation.o equation_list.o variable.o variable_list.o \ + parser_equation.o parser_expression.o parser_variable_test: dllist.o strutil.o meminfo.o memdebug.o parseerror.o \ parser_common.o variable.o variable_list.o parser_variable.o @@ -49,7 +49,7 @@ parser_expression_test: dllist.o strutil.o meminfo.o memdebug.o parseerror.o \ tp2: dllist.o strutil.o meminfo.o memdebug.o parseerror.o parser_common.o \ variable.o variable_list.o parser_expression.o variable_list.o \ - parser_variable.o equation.o parser_equation.o + parser_variable.o equation.o equation_list.o parser_equation.o # Regla para borrar. clean: