Skip to content

Commit

Permalink
Update Makefile depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 6, 2023
1 parent 69c7247 commit 3305725
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,10 @@ $(OBJ_GENERATED) : $(SRC_GENERATED) $(OBJDIR)
## between coverage and non-coverage builds.
.DEFAULT_GOAL := all
.PHONY: all docs test coverage lcov
all: $(SRC_GENERATED)
$(MAKE) $(BIN_ALL) docs

test: $(SRC_GENERATED)
$(MAKE) $(BINDIR)/$(PISCSI_TEST)
all: $(SRC_GENERATED) $(BIN_ALL) docs

test: $(SRC_GENERATED) $(BINDIR)/$(PISCSI_TEST)

coverage: CXXFLAGS += --coverage
coverage: test
Expand Down

0 comments on commit 3305725

Please sign in to comment.