Balancing, mob self.-walk

This commit is contained in:
Ondřej Hruška
2014-05-13 02:36:17 +02:00
parent 29b831259d
commit a4ccee71ed
24 changed files with 80 additions and 64 deletions
+6 -1
View File
@@ -22,7 +22,9 @@ $(OUT): $(IN) $(STUB)
unzip $(STUB) -d $(TMP_DIR)
# export
find $(TMP_DIR) -name "*.xcf" -type f -delete
# export
(cd $(TMP_DIR); zip -r9 ./pack.zip .)
mv -f $(TMP_DIR)/pack.zip $(OUT)
chmod +x $(OUT)
@@ -34,5 +36,8 @@ $(OUT): $(IN) $(STUB)
run: $(OUT)
java -jar $(OUT)
clean:
rm -rf $(OUT)
deploy: $(OUT)
cp -f $(OUT) /home/ondra/Dokumenty/Dropbox/Public/Rogue