Skip to content

Commit

Permalink
Remove useless phony target
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 5, 2023
1 parent 07ed2d9 commit 659850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $(OBJ_GENERATED) : $(SRC_GENERATED) $(OBJDIR)
## Note that you have to run 'make clean' before switching
## between coverage and non-coverage builds.
.DEFAULT_GOAL := all
.PHONY: all ALL docs test coverage lcov
.PHONY: all docs test coverage lcov
all: $(SRC_GENERATED)
make $(BIN_ALL) docs

Expand Down

0 comments on commit 659850f

Please sign in to comment.