ソースを参照

Add a Makefile

Lucas Stadler 9 年 前
コミット
70c970da8e
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  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