Skip to content

Commit

Permalink
Corrected Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Feb 22, 2017
1 parent ee26796 commit ec9e609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GO_EXECUTABLE := go
VERSION := $(shell git describe --abbrev=10 --dirty --always --tags)
DIST_DIRS := find * -type d -exec
VERSION_PACKAGE := "github.com/fredericlemoine/goalign/cmd.Version"
NAME := "goalign"
PACKAGE:="github.com/fredericlemoine/goalign"
VERSION_PACKAGE := github.com/fredericlemoine/goalign/cmd.Version
NAME := goalign
PACKAGE:=github.com/fredericlemoine/goalign

all: build test install

Expand Down

0 comments on commit ec9e609

Please sign in to comment.