This website requires JavaScript.
Explore
Help
Sign In
songsenand
/
cgal
mirror of
https://github.com/CGAL/cgal
Watch
1
Star
0
Fork
You've already forked cgal
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
045a61dbc6
cgal
/
Installation
/
examples
/
makefile
14 lines
211 B
Makefile
Raw
Blame
History
all
:
@for DIR in *
;
do
\
if
test
-d
"
$$
DIR
"
;
then
\
(
cd
"
$$
DIR
"
&&
$(
MAKE
)
)
\
fi
;
\
done
clean
:
@for DIR in *
;
do
\
if
test
-d
"
$$
DIR
"
;
then
\
(
cd
"
$$
DIR
"
&&
$(
MAKE
)
)
\
fi
;
\
done
Reference in New Issue
View Git Blame
Copy Permalink