Skip to content

Commit

Permalink
fix indent makefile_Lara_WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
tduretz committed Jun 12, 2024
1 parent ede5039 commit be2f9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MDLIB/Makefiles/makefile_Lara_WSL
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ FILES = MeltingRoutines.o AnisotropyRoutines.o Main_DOODZ.o FD_Jacobian.o Rheol

all: Doodzi_$(SET)
Doodzi_$(SET): ${FILES}
$(CC) ${FILES} -o $(SET) ${LIBS}
$(CC) ${FILES} -o $(SET) ${LIBS}

clean:
cp $(SET_PATH)/$(SET).txt .
rm -rf *o ./$(SET_PATH)/*.o $(SET)
cp $(SET_PATH)/$(SET).txt .
rm -rf *o ./$(SET_PATH)/*.o $(SET)

0 comments on commit be2f9fd

Please sign in to comment.