Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
lu
/
lp
espejo de
git://github.com/heyLu/lp
Vigilar
1
Destacar
0
Fork
0
Código
Incidencias
0
Commits
782
Releases
1
Wiki
Explorar el Código
Add a Makefile
Lucas Stadler
%!s(int64=9) %!d(string=hace) años
padre
56f48db831
commit
70c970da8e
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
go/blog/Makefile
+ 5
- 0
go/blog/Makefile
Ver fichero
@ -0,0 +1,5 @@
1
blog: blog.go
2
go build blog.go
3
4
blog.html: blog blog.yaml
5
./blog blog.yaml blog.html