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

Commit

Permalink
make build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed Jul 24, 2023
1 parent 24ad554 commit 0670fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ OUTFILE ?= openldap_exporter
.PHONY: precommit
precommit: clean format lint compile

.PHONY: build
build: clean compile

.PHONY: commit
commit: clean cross-compile
ls -lha target/
Expand Down

0 comments on commit 0670fbb

Please sign in to comment.