Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 0670fbb

Browse files
committed
make build
1 parent 24ad554 commit 0670fbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ OUTFILE ?= openldap_exporter
88
.PHONY: precommit
99
precommit: clean format lint compile
1010

11+
.PHONY: build
12+
build: clean compile
13+
1114
.PHONY: commit
1215
commit: clean cross-compile
1316
ls -lha target/

0 commit comments

Comments
 (0)