geoffrey
/
hashcode2016
Archiviert
1
0
Fork 0
Dieses Repository wurde am 2019-08-08 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
hashcode2016/Makefile

16 Zeilen
212 B
Makefile

all: 1o 2o 3o ../submission.zip
submission.zip:
rm submission.zip
git gc
zip $@ .git *.py -r
1o: 1
python reborn.py $<
2o: 2
python reborn.py $<
3o: 3
python reborn.py $<
.PHONY: submission.zip 1o 2o 3o