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) ...@@ -90,7 +90,7 @@ $(BIN): subdirs $(OBJECTS)
.PHONY: install .PHONY: install
install: install:
mv -f $(BIN) bin mv -f $(BIN) ../bin
subdirs: subdirs:
cd CASCADE; make all cd CASCADE; make all
...@@ -99,8 +99,8 @@ subdirs: ...@@ -99,8 +99,8 @@ subdirs:
cd RESAMPLE; make all cd RESAMPLE; make all
vtk: vtk:
cd OCTREE; make all cd OCTREE; make all
cd VTK; make all cd VTK; make all
.PHONY: objclean .PHONY: objclean
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