mirror of https://github.com/CGAL/cgal
.C -> .cpp
This commit is contained in:
parent
b46bcf6f39
commit
975b886328
|
|
@ -57,6 +57,6 @@ clean: \
|
||||||
# suffix rules
|
# suffix rules
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
||||||
.C$(OBJ_EXT):
|
.cpp$(OBJ_EXT):
|
||||||
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue