]> git.cworth.org Git - scherzo/blobdiff - Makefile
Move key-signature code to new scherzo-key.c and scherzo-key.h
[scherzo] / Makefile
index b1a4d34821c5d6111b8505628f3a953b522f71ec..841b1a1351346c0d1df1b9e0abf3fe1dd8fc4ad0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ scherzo_srcs :=         \
        mnemon/mnemon.c \
        pitch.c         \
        scherzo.c       \
+       scherzo-key.c   \
        score.c
 
 scherzo_modules = $(scherzo_srcs:.c=.o)