Commit e0d5d34f authored by Taddeüs Kroes's avatar Taddeüs Kroes

Defined phony targets in Makefiles.

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