This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
torabkheslat
/
VOIP-BSS
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
a8fde28fc9
Ramos
Etiquetas
master
VOIP-BSS
/
Makefile
Makefile
88 B
Histórico
Em bruto
1
2
3
4
all:
for item in src/*.go; do go build -o build/ $${item} ; done
clean:
rm -f build/*