Skip to content

Commit

Permalink
Added clean to ./Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Wood committed Dec 10, 2012
1 parent 6727dff commit 1b20336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Expand Up @@ -12,7 +12,6 @@ ${BUILD_DIR}:
${TEX_DIR}/main.tex: ${BUILD_DIR} convert_to_tex.sh
./convert_to_tex.sh ${TEX_DIR}


latex-pdf: ${TEX_DIR}/main.tex
pdflatex --output-dir=${TEX_DIR} ${TEX_DIR}/main.tex
pdflatex --output-dir=${TEX_DIR} ${TEX_DIR}/main.tex
Expand All @@ -26,3 +25,5 @@ install: combined latex-pdf
cp ${TEX_DIR}/main.pdf ${INSTALL_DIR}/cryptoparty-handbook-`date +%F`.pdf
cp ${BOOK_DIR}/book.md ${INSTALL_DIR}/cryptoparty-handbook-`date +%F`.md

clean: ${BUILD_DIR}
rm -Rf ${BUILD_DIR}/*

0 comments on commit 1b20336

Please sign in to comment.