summaryrefslogtreecommitdiff
path: root/CIS
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-19 11:54:16 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-19 11:54:16 +0200
commit8f52246841133bdfe95faa849ad37d4bb2ec8062 (patch)
treeb406e22aa710dddd6780a56dfdff22fc8361b13d /CIS
parent604d2be2e4a3882846eb6ef7a44005a77faa37bc (diff)
downloadMusik-8f52246841133bdfe95faa849ad37d4bb2ec8062.tar.xz
CIS: also import cap
Diffstat (limited to 'CIS')
-rw-r--r--CIS/Makefile3
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 "$@"