Add support for absolute paths
In reference to https://github.com/nwg-piotr/nwg-bar/issues/1
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,7 +8,7 @@ get:
|
||||
go get "github.com/sirupsen/logrus"
|
||||
|
||||
build:
|
||||
go build -o bin/nwg-drawer *.go
|
||||
go build -o bin/nwg-drawer .
|
||||
|
||||
install:
|
||||
mkdir -p /usr/share/nwg-drawer
|
||||
@@ -21,5 +21,5 @@ uninstall:
|
||||
rm /usr/bin/nwg-drawer
|
||||
|
||||
run:
|
||||
go build -o bin/nwg-drawer *.go
|
||||
go build -o bin/nwg-drawer .
|
||||
bin/nwg-drawer
|
||||
|
||||
Reference in New Issue
Block a user