From 6b418e9966634a795c2dfb43a7f327f14d12b999 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 10 Apr 2022 08:07:20 +0200 Subject: [PATCH] Add more missing cleans --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea4c59d..ce115f6 100644 --- a/Makefile +++ b/Makefile @@ -79,11 +79,12 @@ VersionInfo/GitVersion.h: FORCE clean: $(MAKE) -C Tests clean $(MAKE) -C APRS clean - $(MAKE) -C Common clean $(MAKE) -C BaseCommon clean + $(MAKE) -C Common clean $(MAKE) -C DGWRemoteControl clean $(MAKE) -C DGWTextTransmit clean $(MAKE) -C DGWTimeServer clean + $(MAKE) -C DGWVoiceTransmit clean $(MAKE) -C DStarBase clean $(MAKE) -C DStarGateway clean $(MAKE) -C IRCDDB clean