diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-01 12:46:41 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-01 12:46:41 (GMT) |
commit | 6f905631c9acbac945090eee4c3442c231184329 (patch) | |
tree | d7492d99ceebaa0dcc8cb39b5547da850a22e2a7 /UI | |
parent | e2d5d1c597cf1ba846dd50e775456ea828a6043e (diff) | |
download | swift-6f905631c9acbac945090eee4c3442c231184329.zip swift-6f905631c9acbac945090eee4c3442c231184329.tar.bz2 |
Cleanup UI/Qt in 'make clean'.
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Qt/Makefile.inc | 1 |
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 |