Add metadata.
This commit is contained in:
parent
949c258186
commit
16b30b2a75
1
2018/.gitignore
vendored
Normal file
1
2018/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
build/
|
6
2018/Makefile
Normal file
6
2018/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
%: %.go
|
||||||
|
mkdir -p build/
|
||||||
|
docker run --rm -it -v $(shell pwd):/go/src/ -w /go/src golang:1.11 go build -o build/$@ $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf build/
|
Loading…
Reference in New Issue
Block a user