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 24ad554 commit 0670fbbCopy full SHA for 0670fbb
Makefile
@@ -8,6 +8,9 @@ OUTFILE ?= openldap_exporter
8
.PHONY: precommit
9
precommit: clean format lint compile
10
11
+.PHONY: build
12
+build: clean compile
13
+
14
.PHONY: commit
15
commit: clean cross-compile
16
ls -lha target/
0 commit comments