X-Git-Url: https://git.llucax.com/z.facultad/75.42/calculadora.git/blobdiff_plain/69f46e63ac33f84bcb8235e205ff702bb8c03748..f7547b1b03c5f2554012658ef7aeafee91c7227c:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index ef58f64..f5a610a 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,12 @@ TARGETS= # Regla por defecto. all: tp1 +# Pruebas. +tests: dllist_test + ./dllist_test + +dllist_test: dllist.o + tp1: $(TARGETS) # Regla para borrar.