Skip to content

Commit

Permalink
Use fixed name for subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
naguirre committed Nov 11, 2023
1 parent 538c82c commit 5cff022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ coverage: ## Run the tests of the project and export the coverage
$(GOTEST) -cover -covermode=count -coverprofile=profile.cov ./...
$(GOCMD) tool cover -func profile.cov

install-lib: $(SUBDIRS)-install
install-lib: apt-install

$(SUBDIRS)-install:
$(MAKE) -C $(@:-install=) install
apt-install:
$(MAKE) -C apt install

install: install-lib ## Install the binaries
install -Dm755 bin/$(BINARY_NAME) $(DESTDIR)$(PREFIX)/bin/$(BINARY_NAME)
Expand Down

0 comments on commit 5cff022

Please sign in to comment.