Skip to content

Commit 30a4b99

Browse files
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 02c69d3 commit 30a4b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ coverage_report: ## Open coverage report in browser
6060
@go tool cover -html=reports/tests-cov.out
6161

6262
dist: prepare-themes ## Build distribution binary
63-
mkdir -p "dist" && go build -trimpath -o "dist/presidium" --tags extended ; status=$$? ; $(MAKE) restore-themes ; rstatus=$$? ; if [ $$status -eq 0 ]; then status=$$rstatus; fi ; exit $$status
63+
mkdir -p "dist" && go build -trimpath -o "dist/presidium" -tags extended ; status=$$? ; $(MAKE) restore-themes ; rstatus=$$? ; if [ $$status -eq 0 ]; then status=$$rstatus; fi ; exit $$status
6464

6565
serve-docs:
6666
cd $(DOCSDIR) && make serve

0 commit comments

Comments
 (0)