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

Commit 6f67162

Browse files
committed
Add compress target
1 parent 7417cea commit 6f67162

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

manuscript/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
.PHONY: clean
44
clean:
5-
git clean -fx main*
5+
git clean -xf *converted-to.pdf *.blg *.log *.aux *.zip mainNotes.bib
6+
7+
.PHONY: compress
8+
compress: clean
9+
zip -r manusript.zip . -x "Makefile"
610

711
%.aux: %.tex
812
pdflatex $<

0 commit comments

Comments
 (0)