summaryrefslogtreecommitdiff
path: root/synth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'synth/Makefile')
-rw-r--r--synth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/Makefile b/synth/Makefile
index 3870262..791e62a 100644
--- a/synth/Makefile
+++ b/synth/Makefile
@@ -2,7 +2,7 @@ CXX=g++
CXXFLAGS=-Wall -g
LDFLAGS=-lm `pkg-config --cflags --libs jack`
-OBJ=channel.o cli.o defines.o envelope.o filter.o globals.o jack.o load.o main.o note.o parser.o programs.o readwave.o util.o
+OBJ=channel.o cli.o defines.o envelope.o filter.o globals.o jack.o load.o main.o note.o note_skel.o parser.o programs.o readwave.o util.o
BIN=synth
DEPENDFILE = .depend