From 231bcc93944e189409f6a67793d8a4127b46859b Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 2 Jan 2022 21:53:32 +0100 Subject: [PATCH] clarify weird stuff --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a0eab61..79f9d87 100644 --- a/Makefile +++ b/Makefile @@ -132,6 +132,7 @@ removehostfiles : .PHONY tests: tests : GitVersion.h +# remove these to force tests makefile to rebuild them with -DUNIT_TESTS, otherwise we end up with 2 mains @$(RM) -f DStarGatewayApp.o @$(RM) -f DStarGatewayApp.d @$(MAKE) -C Tests tests