summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--UI/Qt/Makefile.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4db4ef1..381995e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ coverage:
tools/coverage/GenerateCoverageResults.sh
.PHONY: clean
-clean: clean-deps $(CLEANTARGETS)
+clean: clean-deps $(CLEAN_TARGETS)
-$(RM) $(CLEANFILES) \
$(SWIFTEN_SOURCES:.cpp=.gcda) \
$(SWIFTEN_SOURCES:.cpp=.gcno) \
diff --git a/UI/Qt/Makefile.inc b/UI/Qt/Makefile.inc
index 52cb3b3..bb4159d 100644
--- a/UI/Qt/Makefile.inc
+++ b/UI/Qt/Makefile.inc
@@ -6,6 +6,7 @@ qt: UI/Qt/Makefile
$(MAKE) -C UI/Qt
.PHONY: clean-qt
+clean-qt:
if [ -f "UI/Qt/Makefile" ]; then \
$(MAKE) -C UI/Qt clean; \
fi