]> git.llucax.com Git - z.facultad/75.00/presentacion.git/blobdiff - Makefile
Borrar notas.pdf en make clean-all
[z.facultad/75.00/presentacion.git] / Makefile
index 5fa5df33a96ebcfc1f0705a0dfd9e01bf390a4be..cb2a467fb5524983b64009fbb88d55a565933bd7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,10 @@ override V := $(if $V,,@)
 # honour make -s flag
 override V := $(if $(findstring s,$(MAKEFLAGS)),,$V)
 
+targets := presentacion.pdf notas.pdf
+
 .PHONY: all
-all: presentacion.pdf notas.pdf
+all: $(targets)
 
 presentacion.pdf: $O/presentacion.tex $(imgs)
        $(if $V,@echo "$(PDFLATEX) $< > $@")
@@ -90,6 +92,6 @@ clean:
 
 .PHONY: clean-all
 clean-all: clean
-       $(RM) presentacion.pdf
+       $(RM) $(targets)
 
 __dummy := $(shell mkdir -p $O/img)