Add makefile

This commit is contained in:
2021-01-28 07:44:20 -05:00
parent be0173ee44
commit 8532f8664a
3 changed files with 86 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
bin/
# Test binary, built with `go test -c`
*.test
@ -12,4 +13,4 @@
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
vendor/