diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f2fa516 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +LDFLAGS?=--ldflags '-extldflags "-static"' +export CGO_ENABLED=0 + +build: + +test: + go test ./... diff --git a/README.md b/README.md index 4f37a64..46a8a83 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # machine -State machine library \ No newline at end of file +State machine library