Browse Source

Add a Makefile

Lucas Stadler 9 years ago
parent
commit
70c970da8e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      go/blog/Makefile

+ 5 - 0
go/blog/Makefile

@ -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