Skip to content
Snippets Groups Projects
Commit e0d5d34f authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Defined phony targets in Makefiles.

parent a78a636b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@ d := docs/
include base.mk
include $(d)rules.mk
all: doc
.PHONY: all clean
all: docs
clean:
rm -rf $(BUILD)
......
.PHONY: docs
doc: $(b)proposal.pdf
docs: $(b)proposal.pdf $(b)report.pdf
$(b)%.pdf: $(d)%.tex
mkdir -p `dirname $@`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment