diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-02-04 16:20:12 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-02-04 16:20:12 +0100 |
commit | 6ea25018546ebc099845158de7fef29c1c4fb28d (patch) | |
tree | 8e99e35949f462b5fea95411a77757e46117f096 /synth/Makefile | |
parent | 12f20783b7ec8804825282fd04d9333ec83e31eb (diff) |
Tiny bugfix in in-synth-cli, updated TODO and stuff
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 6258697..a9ec0a1 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -1,5 +1,5 @@ CXX=g++ -CFLAGS=-Wall -O2 +CFLAGS=-Wall -O2 -g CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` |