slides/makefile: add clean target
This commit is contained in:
parent
86f369ea72
commit
7a2b78c55d
@ -9,6 +9,9 @@ pandoc = \
|
||||
|
||||
all: slides.pdf handout.pdf
|
||||
|
||||
clean:
|
||||
rm *.pdf
|
||||
|
||||
slides.pdf: $(slides) | images
|
||||
$(call pandoc, $^, $@)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user