mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
13dc6703f1
commit
56b4e6330b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue