Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
lu
/
lp
mirror of
git://github.com/heyLu/lp
Watch
1
Star
0
Fork
0
Code
Issues
0
Commits
782
Releases
1
Wiki
Browse Source
Add a Makefile
Lucas Stadler
9 years ago
parent
56f48db831
commit
70c970da8e
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
go/blog/Makefile
+ 5
- 0
go/blog/Makefile
View File
@ -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