summaryrefslogtreecommitdiff
path: root/bin/Build
blob: fd0f38553a67a8d9ce3a35361e914b437276b897 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

make V=1
make -C ../lua
make distcheck V=1 && mv libnet-1*.tar.gz libnet-1*.zip ..