Skip to content
Snippets Groups Projects
Commit d0df1379 authored by Dave Whipp's avatar Dave Whipp
Browse files

Spaces replaced by tabs

parent 90873e19
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ $(BIN): subdirs $(OBJECTS)
.PHONY: install
install:
mv -f $(BIN) bin
mv -f $(BIN) ../bin
subdirs:
cd CASCADE; make all
......@@ -99,8 +99,8 @@ subdirs:
cd RESAMPLE; make all
vtk:
cd OCTREE; make all
cd VTK; make all
cd OCTREE; make all
cd VTK; make all
.PHONY: objclean
objclean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment