We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c69d3 commit 30a4b99Copy full SHA for 30a4b99
Makefile
@@ -60,7 +60,7 @@ coverage_report: ## Open coverage report in browser
60
@go tool cover -html=reports/tests-cov.out
61
62
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
+ 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
64
65
serve-docs:
66
cd $(DOCSDIR) && make serve
0 commit comments