Skip to content

Commit

Permalink
Fix make dist command
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed Feb 8, 2017
1 parent d466847 commit aea49a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit aea49a6

Please sign in to comment.