X-Git-Url: https://git.llucax.com/z.facultad/75.42/calculadora.git/blobdiff_plain/427d564e4b10984a17ac0d95d18187e3d3a6f2e9..14e3bef578b8abe6d15cc7beb727df23122be421:/Makefile 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.