mirror of https://github.com/CGAL/cgal
Fix cgal_create_makefile: just some spaces that should have been a TAB
character.
This commit is contained in:
parent
cf006d34e0
commit
c586310491
|
|
@ -218,7 +218,7 @@ create_makefile()
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo ".cpp\$(OBJ_EXT):"
|
echo ".cpp\$(OBJ_EXT):"
|
||||||
echo " \$(CGAL_CXX) \$(CXXFLAGS) \$(OBJ_OPT) \$<"
|
echo " \$(CGAL_CXX) \$(CXXFLAGS) \$(OBJ_OPT) \$<"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue