This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kkn
/
test
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add Makefile
Kare Nuorteva
%!s(int64=8) %!d(string=hai) anos
pai
dbeb2e9670
achega
0ca3057a6b
Modificáronse 1 ficheiros
con
9 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
9
0
Makefile
+ 9
- 0
Makefile
Ver ficheiro
@@ -0,0 +1,9 @@
+
+build:
+ go build
+
+run: build
+ ./test
+
+clean:
+ rm -rf test