Skip to content

Commit

Permalink
Explain shell script in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
angelacastaneda committed Oct 11, 2023
1 parent 44f3e19 commit bb3ea7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.DEFAULT_GOAL := cv

OUTPUT_CLEANER = rm -fv *.log *.aux *.out

# this is gonna be for whenever I figure out how to semantically install LaTeX
# packages individually instead of destroy a VM's time with installing 2gb of
# TeXLive
LATEX_PACKAGER = grep '^\s*\\usepackage' *.tex *.sty | sed 's/.*{\(.*\)}.*/\1.sty/' | sort | uniq

cv:
Expand Down

0 comments on commit bb3ea7e

Please sign in to comment.