Skip to content

Instantly share code, notes, and snippets.

@blkperl
Created October 3, 2013 02:53
Show Gist options
  • Select an option

  • Save blkperl/6804054 to your computer and use it in GitHub Desktop.

Select an option

Save blkperl/6804054 to your computer and use it in GitHub Desktop.
build: clean
mkdir build
pdflatex -output-directory build exercise1.tex
mv build/exercise1.pdf ~/public_html
chmod 755 ~/public_html/exercise1.pdf
clean:
rm -rf build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment