diff --git a/publish_debug.sh b/publish_debug.sh index ad67cf2..db7fb50 100755 --- a/publish_debug.sh +++ b/publish_debug.sh @@ -1,3 +1,3 @@ #!/bin/bash -make Debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/ +make zip-debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/ -- libgit2 0.21.2