Skip to content

Commit

Permalink
Final (Hope) bug fix for the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoMagdaleno committed Jul 28, 2020
1 parent 56df71a commit 8969d74
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,7 +1,7 @@
GOPATH=$(shell pwd)/vendor:$(shell pwd)
GOBIN=$(shell pwd)/bin
GOFILES=$(wildcard *.go)
GONAME=$(shell basename "$(PWD)")
GONAME=$(shell basename "$(PWD)" | awk '{split($$0,a,"-"); print a[1]}' )
PID=/tmp/go-$(GONAME).pid
DESTDIR=$
PREFIX=/usr/local
Expand Down

0 comments on commit 8969d74

Please sign in to comment.