Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed May 25, 2016
1 parent bbf3498 commit 0e7fa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation/modelica/solver/Makefile
Expand Up @@ -52,7 +52,7 @@ test:
@echo
@echo OPENMODELICAHOME=" $(OPENMODELICAHOME) "
rm -rf externalInput.csv
@$(TEST) $(TESTFILES) $(DAETESTFILES)
@$(TEST) $(TESTFILES)

testDAE:
@echo
Expand All @@ -64,7 +64,7 @@ testDAE:
# Cleans all files that are not listed as dependencies
clean :
@echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
@rm -f $(CLEAN) $(DAETESTFILES)
@rm -f $(CLEAN)

# Run this if you want to list out the files (dependencies).
# do it after cleaning and updating the folder
Expand Down

0 comments on commit 0e7fa53

Please sign in to comment.