]> git.llucax.com Git - z.facultad/75.42/euler.git/blobdiff - Makefile
Retoques finales para mejorar la salida.
[z.facultad/75.42/euler.git] / Makefile
index 6a18539ce6b34225d324787f5a521e7ee905ccbf..e7ef15271bdb72dcfcf6e9d59ef568d6004ef2e3 100644 (file)
--- a/Makefile
+++ b/Makefile
 CFLAGS=-ansi -pedantic -Wall -g3
 
 # Programa a compilar.
-TARGETS=enunciado
+TARGETS=carga.o calculo.o grafico.o
 
 # Regla por defecto.
-all: $(TARGETS)
+all: tp1
+
+tp1: $(TARGETS)
 
 # Regla para borrar.
 clean:
        @echo "Limpiando..."
-       @rm -fv $(TARGETS) *.o core
+       @rm -fv $(TARGETS) *.o core tp1