diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/Makefile b/Makefile deleted file mode 100644 index 4c6863a..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -VERSION= $(shell git describe --tags)  -LDFLAGS = -X "main.airVersion=$(VVERSION)" - -build:  -	go build -ldflags '$(LDFLAGS)' - -install:  -	go install -ldflags '$(LDFLAGS)' | 
