Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Add compress target
Browse files Browse the repository at this point in the history
  • Loading branch information
kephircheek committed Jan 10, 2025
1 parent 7417cea commit 6f67162
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manuscript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

.PHONY: clean
clean:
git clean -fx main*
git clean -xf *converted-to.pdf *.blg *.log *.aux *.zip mainNotes.bib

.PHONY: compress
compress: clean
zip -r manusript.zip . -x "Makefile"

%.aux: %.tex
pdflatex $<
Expand Down

0 comments on commit 6f67162

Please sign in to comment.