Skip to content

Commit

Permalink
Add missing file to convert .mat.xz to .mat
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 6, 2015
1 parent 2a29996 commit c6c4757
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -11,3 +11,5 @@ openmodelica/bootstrapping/theirs
/runtest.db.*
simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.csv
simulation/modelica/solver/externalInput.csv
# Reference files are stored as .mat.xz
ReferenceFiles/**/*.mat
6 changes: 6 additions & 0 deletions ReferenceFiles/Makefile
@@ -0,0 +1,6 @@
ALL_MAT := $(patsubst %.mat.xz,%.mat,$(wildcard */*.mat.xz))
.PHONY: all

all: $(ALL_MAT)
%.mat: %.mat.xz
xz --keep --decompress --force $<

0 comments on commit c6c4757

Please sign in to comment.