Skip to content
Snippets Groups Projects
Commit cdbf89c7 authored by Nick Thomas's avatar Nick Thomas
Browse files

Add a simple Makefile

parent 4b7a937a
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
#!/usr/bin/make -f
GO_SRC := $(shell find . -iname *.go)
GO15VENDOREXPERIMENT := 1
CGO_ENABLED := 0
es-git-go: ${GO_SRC} Makefile
go build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment