Lu Stadler 7 lat temu
rodzic
commit
13a196e694
2 zmienionych plików z 6 dodań i 0 usunięć
  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