diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-10 20:20:10 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-10 20:20:10 +0100 |
commit | e32591388a18c8226e61b8f88b031ed7c88ca153 (patch) | |
tree | 999f6653d0cfac3153679a8352c28f4e92805306 /synth/Makefile | |
parent | b34cab5dd6d4ac16a6a58589397a3d82df38b826 (diff) |
Improved in-synth-cli, still TODO
The CLI can now prepare loading a note without actually loading it
Diffstat (limited to 'synth/Makefile')
-rw-r--r-- | synth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/Makefile b/synth/Makefile index 5a308e3..2f16297 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -3,7 +3,7 @@ CFLAGS=-Wall -g CXXFLAGS=$(CFLAGS) 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 note_skel.o parser.o programs.o readwave.o util.o note_loader.o in_synth_cli.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 note_loader.o in_synth_cli.o communication.o BIN=synth DEPENDFILE = .depend |