This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
kkn
/
test
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add Makefile
Kare Nuorteva
hace 8 años
padre
dbeb2e9670
commit
0ca3057a6b
Se han
modificado 1 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
9
0
Makefile
+ 9
- 0
Makefile
Ver fichero
@@ -0,0 +1,9 @@
+
+build:
+ go build
+
+run: build
+ ./test
+
+clean:
+ rm -rf test