fix makefile #3
This commit is contained in:
parent
897e9772f3
commit
9a50c4381f
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
all:
|
all:
|
||||||
true
|
true
|
||||||
|
|
||||||
+install:
|
install:
|
||||||
mkdir -p $(DESTDIR)/usr/bin/
|
mkdir -p $(DESTDIR)/usr/bin/
|
||||||
go build -ldflags="-s -w" -o $(DESTDIR)/usr/bin/pikman
|
go build -ldflags="-s -w" -o $(DESTDIR)/usr/bin/pikman
|
||||||
chmod 755 $(DESTDIR)/usr/bin/pikman
|
chmod 755 $(DESTDIR)/usr/bin/pikman
|
||||||
|
Loading…
Reference in New Issue
Block a user