This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kkn
/
test
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
Add Makefile
Kare Nuorteva
há 8 anos atrás
pai
dbeb2e9670
commit
0ca3057a6b
1 ficheiros alterados
com
9 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
9
0
Makefile
+ 9
- 0
Makefile
Ver Ficheiro
@@ -0,0 +1,9 @@
+
+build:
+ go build
+
+run: build
+ ./test
+
+clean:
+ rm -rf test