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 157f0bd commit f6a2584Copy full SHA for f6a2584
Makefile
@@ -69,9 +69,9 @@ export LAUNCHER_PROGRAM_EXT
69
# See https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
70
.PHONY: build bundle bundle-msi test copy-test-files generate clean sign dist help
71
72
-build: generate compile compress package ## Build (default)
73
-
74
# Default target
+build: compile package
+
75
compile: generate ## Compile with go build. Run after make generate.
76
ifeq (${OS},windows)
77
# Removing unneeded PNG from Windows binary
0 commit comments