1#!/bin/rc
2
3if(~ $#objtypes 0){
4 objtypes=(amd64 arm 386)
5}
6
7echo 'building irc7 for '^$"objtypes
8for(objtype in $objtypes){
9 mk
10}
Fork of https://bitbucket.org/mveety/irc7 with improved TLS support
git clone https://git.8pit.net/irc7.git
1#!/bin/rc
2
3if(~ $#objtypes 0){
4 objtypes=(amd64 arm 386)
5}
6
7echo 'building irc7 for '^$"objtypes
8for(objtype in $objtypes){
9 mk
10}