]> git.llucax.com Git - z.facultad/75.42/euler.git/blobdiff - Makefile
Se arreglan bugs en la documentación.
[z.facultad/75.42/euler.git] / Makefile
index 33d8e28df112a7f5b15e242c317e6bf83d2c90aa..e7ef15271bdb72dcfcf6e9d59ef568d6004ef2e3 100644 (file)
--- a/Makefile
+++ b/Makefile
 CFLAGS=-ansi -pedantic -Wall -g3
 
 # Programa a compilar.
-TARGETS=tp1
+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