Skip to content
Snippets Groups Projects
Commit 9a19c28d authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Fix `make zip` to still include the .gitignore

parent f4095ce8
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ clean: ...@@ -13,7 +13,7 @@ clean:
.PHONY: zip .PHONY: zip
zip: zip:
zip thesis -x *.git* -x *.synctex.gz -r . zip thesis -x *.git/* -x *.synctex.gz -r .
.PHONY: bibtool .PHONY: bibtool
bibtool: bibtool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment