mirror of https://github.com/CGAL/cgal
changed makefile so it works well under windows too
This commit is contained in:
parent
9711b55f3a
commit
8a9c9e8319
|
|
@ -37,11 +37,9 @@ incremental_hull_3_demo: incremental_hull_3_demo.o
|
|||
quickhull_3_demo: quickhull_3_demo.o
|
||||
$(CGAL_CXX) -o quickhull_3_demo quickhull_3_demo.o $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
/bin/rm -f *.o \
|
||||
incremental_hull_3_demo \
|
||||
quickhull_3_demo \
|
||||
core
|
||||
clean: \
|
||||
incremental_hull_3_demo.clean \
|
||||
quickhull_3_demo.clean
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
# suffix rules
|
||||
|
|
|
|||
Loading…
Reference in New Issue