Created
October 3, 2013 02:53
-
-
Save blkperl/6804054 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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