瀏覽代碼

Add a Makefile

Lu Stadler 7 年之前
父節點
當前提交
13a196e694
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 1 0
      go/fake-http/.gitignore
  2. 5 0
      go/fake-http/Makefile

+ 1 - 0
go/fake-http/.gitignore

@ -0,0 +1 @@
1
/fake-http

+ 5 - 0
go/fake-http/Makefile

@ -0,0 +1,5 @@
1
fake-http: fake-http.go
2
	go build .
3
4
install: fake-http
5
	install -m0755 fake-http $(PREFIX)/bin