summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'UI/Qt/Makefile.inc')
-rw-r--r--UI/Qt/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
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