From aea49a61676f187e7b74bb7bc28b282e28cbb612 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 7 Feb 2017 21:24:50 -0800 Subject: [PATCH] Fix `make dist` command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f043c3c..c5e1753 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CURDIR = $(shell pwd) GOPATH = "$(CURDIR)/.gopath" -VERSION = $(shell grep -e 'VERSION' rivescript.go | head -n 1 | cut -d '"' -f 2) +VERSION = $(shell grep -e 'const VERSION' rivescript.go | head -n 1 | cut -d '"' -f 2) UNAME = $(shell uname) all: build