X-Git-Url: https://git.llucax.com/z.facultad/75.42/euler.git/blobdiff_plain/4533df5a2b674ec9d2a005498d118079d0c1b4b7..9a96d0a8beb2530347ae974053c02a76726b5d7c:/Makefile diff --git a/Makefile b/Makefile index 6a18539..e7ef152 100644 --- a/Makefile +++ b/Makefile @@ -18,12 +18,14 @@ 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