Exchange between warehouses
This commit is contained in:
parent
f7246fa3b7
commit
e174125024
2 changed files with 76 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -6,10 +6,10 @@ submission.zip:
|
|||
zip $@ .git *.py -r
|
||||
|
||||
1o: 1
|
||||
python main.py $<
|
||||
python reborn.py $<
|
||||
2o: 2
|
||||
python reborn.py $<
|
||||
3o: 3
|
||||
python main.py $<
|
||||
python reborn.py $<
|
||||
|
||||
.PHONY: submission.zip 1o 2o 3o
|
||||
|
|
Reference in a new issue