summaryrefslogtreecommitdiff
path: root/CIS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'CIS/Makefile')
-rw-r--r--CIS/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/CIS/Makefile b/CIS/Makefile
new file mode 100644
index 0000000..c8c5ec1
--- /dev/null
+++ b/CIS/Makefile
@@ -0,0 +1,7 @@
+%.ly: %.mxl
+ musicxml2ly $<
+ ./post-process "$@"
+
+%.ly: %.xml
+ musicxml2ly $<
+ ./post-process "$@"