diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-19 11:54:16 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-19 11:54:16 +0200 |
commit | 8f52246841133bdfe95faa849ad37d4bb2ec8062 (patch) | |
tree | b406e22aa710dddd6780a56dfdff22fc8361b13d /CIS | |
parent | 604d2be2e4a3882846eb6ef7a44005a77faa37bc (diff) | |
download | Musik-8f52246841133bdfe95faa849ad37d4bb2ec8062.tar.xz |
CIS: also import cap
Diffstat (limited to 'CIS')
-rw-r--r-- | CIS/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CIS/Makefile b/CIS/Makefile index 3b9af8b..7c97303 100644 --- a/CIS/Makefile +++ b/CIS/Makefile @@ -1,3 +1,6 @@ +%.musicxml: %.cap + mscore "$<" -o "$@" + %.musicxml: %.capx mscore "$<" -o "$@" |