git gc before making submission
It DOES matter on this very slow connection.
This commit is contained in:
parent
2a52ef67c2
commit
3041f78531
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
|||
all: 1o 2o 3o ../submission.zip
|
||||
|
||||
submission.zip:
|
||||
git gc
|
||||
zip $@ .git *.py -r
|
||||
|
||||
1o: 1
|
||||
|
|
Reference in a new issue