diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-04-14 00:30:25 -0700 |
---|---|---|
committer | Thiago Macieira <thiago@macieira.org> | 2013-04-23 00:06:41 -0700 |
commit | b073823e3acbeb4b15c95101e9708d60cc7b2703 (patch) | |
tree | f10198dc889750be3b07b34ad9a97d950d543f2d /Rules.mk | |
parent | d312b7d6fd40c961c1922f670388cdd8a4b92e77 (diff) | |
download | subsurface-b073823e3acbeb4b15c95101e9708d60cc7b2703.tar.gz |
Clean up the moc intermediates too in make clean
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'Rules.mk')
-rw-r--r-- | Rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ doc: clean: rm -f $(ALL_OBJS) *~ $(NAME) $(NAME).exe po/*~ po/subsurface-new.pot \ - $(VERSION_FILE) qt-ui/*.moc qt-ui/ui_*.h + $(VERSION_FILE) $(HEADERS_NEEDING_MOC:.h=.moc) *.moc qt-ui/*.moc qt-ui/ui_*.h rm -f $(RESOURCES:.qrc=.qrc.cpp) rm -rf share |