finished writting
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,4 +1,4 @@
|
||||
NAME=CHANGEME
|
||||
NAME=art-self-expression-report
|
||||
RM=/bin/rm
|
||||
TEX=lualatex
|
||||
BIB=biber
|
||||
@@ -11,13 +11,11 @@ PRINTFORMAT="\033[1;92;49m%s\033[m\n"
|
||||
|
||||
all:
|
||||
@mkdir -p output
|
||||
@printf ${PRINTFORMAT} "[1/4] First Compilation"
|
||||
@printf ${PRINTFORMAT} "[1/3] First Compilation"
|
||||
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
|
||||
@printf ${PRINTFORMAT} "[2/4] Bib Generation"
|
||||
${BIB} ${BIBFLAGS} ${NAME}
|
||||
@printf ${PRINTFORMAT} "[3/4] Second Compilation"
|
||||
@printf ${PRINTFORMAT} "[2/3] Second Compilation"
|
||||
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
|
||||
@printf ${PRINTFORMAT} "[4/4] Final Compilation"
|
||||
@printf ${PRINTFORMAT} "[3/3] Final Compilation"
|
||||
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user