Added a suffix rule for the .cpp files

This commit is contained in:
Andreas Fabri 2006-06-13 20:36:31 +00:00
parent 7c7f467c0d
commit 7e8d2c8694
1 changed files with 5 additions and 0 deletions

View File

@ -216,6 +216,11 @@ create_makefile()
echo ".C\$(OBJ_EXT):"
echo " \$(CGAL_CXX) \$(CXXFLAGS) \$(OBJ_OPT) \$<"
echo
echo
echo ".cpp\$(OBJ_EXT):"
echo " \$(CGAL_CXX) \$(CXXFLAGS) \$(OBJ_OPT) \$<"
echo
}
}