From 8dd5fde486d9c478aedd6e9b59b239834f172c3c Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Tue, 5 Sep 2023 23:46:30 +0200 Subject: [PATCH] Remove useless phony target --- cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Makefile b/cpp/Makefile index 5ab8ad7417..6218f17dd0 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -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