mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Clean up the moc intermediates too in make clean
Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
d312b7d6fd
commit
b073823e3a
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ VERSION=3.0.2
|
|||
CC=gcc
|
||||
CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE
|
||||
CXX=g++
|
||||
CXXFLAGS=-Wall -g $(CLCFLAGS) -DQT_NO_KEYWORDS
|
||||
CXXFLAGS=-Wall -g $(CLCXXFLAGS) -DQT_NO_KEYWORDS
|
||||
INSTALL=install
|
||||
|
||||
# these locations seem to work for SuSE and Fedora
|
||||
|
|
2
Rules.mk
2
Rules.mk
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue