Integrated tests into makefile
This commit is contained in:
parent
b8a5b8841f
commit
5cbd00fd52
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -24,3 +24,6 @@ individ-clean:
|
||||||
rubber --clean ${INDIVID_FOLDER}/*.tex;
|
rubber --clean ${INDIVID_FOLDER}/*.tex;
|
||||||
rm -f ${INDIVID_FOLDER}/*.tex
|
rm -f ${INDIVID_FOLDER}/*.tex
|
||||||
rm -f *.pdf
|
rm -f *.pdf
|
||||||
|
|
||||||
|
check:
|
||||||
|
sh syntax_check.sh --folder ${CHAPTERS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue