Skip to content

Commit fa80ccf

Browse files
committed
fix #15
1 parent 440e7db commit fa80ccf

File tree

7 files changed

+1713
-15357
lines changed

7 files changed

+1713
-15357
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pack_village:
2+
cd src
3+
tar -czf village.tar.gz village.json
4+
unpack_village:
5+
cd src:
6+
tar xvfz village.tar.gz

0 commit comments

Comments
 (0)