We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3556c73 commit d0a5e49Copy full SHA for d0a5e49
Makefile
@@ -4,14 +4,14 @@ NAME = rymdport
4
# If PREFIX isn't provided, default to /usr.
5
PREFIX ?= /usr
6
7
-release:
8
- go build -tags no_emoji,no_metadata -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME)
9
-.PHONY: release
10
-
11
debug:
12
go build -tags no_emoji,no_metadata -trimpath -o $(NAME)
13
.PHONY: debug
14
+release:
+ go build -tags no_emoji,no_metadata -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME)
+.PHONY: release
+
15
install:
16
install -Dm00755 $(NAME) $(DESTDIR)$(PREFIX)/bin/$(NAME)
17
install -Dm00644 internal/assets/icons/icon-512.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/512x512/apps/$(APPID).png
0 commit comments