Add root makefile
This commit is contained in:
parent
7c2dbd228d
commit
4d0db5caad
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
all: report
|
||||||
|
|
||||||
|
.PHONY: report
|
||||||
|
report:
|
||||||
|
$(MAKE) -C report
|
||||||
|
ln -sf report/report.pdf .
|
Loading…
Reference in a new issue