Skip to content

Commit

Permalink
Remove .WAIT due to issues with cross compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 5, 2023
1 parent 13306d1 commit 69c7247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ $(OBJ_GENERATED) : $(SRC_GENERATED) $(OBJDIR)
.DEFAULT_GOAL := all
.PHONY: all docs test coverage lcov
all: $(SRC_GENERATED)
make $(BIN_ALL) docs
$(MAKE) $(BIN_ALL) docs

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

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

0 comments on commit 69c7247

Please sign in to comment.