*** empty log message ***

This commit is contained in:
Laurent Rineau 2002-03-06 16:33:55 +00:00
parent 13dc6703f1
commit 56b4e6330b
1 changed files with 3 additions and 1 deletions

View File

@ -34,8 +34,10 @@ clean:
make -C demo/Qt_widget clean
# clean moc files too
# Warning: this is deprecated since $CGAL_MAKEFILE clean rule now clean
# *.moc files too!
clean-moc: clean
find -name '*.moc' -exec rm \{\} \;
# find -name '*.moc' -exec rm \{\} \;
# make update: update the working directory
update: