]>
git.llucax.com Git - z.facultad/75.42/calculadora.git/blobdiff - Makefile
# Regla por defecto.
all: tp1
# Regla por defecto.
all: tp1
+# Pruebas.
+tests: dllist_test
+ ./dllist_test
+
+dllist_test: dllist.o
+
tp1: $(TARGETS)
# Regla para borrar.
tp1: $(TARGETS)
# Regla para borrar.