diff options
Diffstat (limited to 'CIS/Makefile')
-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 "$@" |