diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-02-10 18:34:51 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-02-10 18:34:51 +0100 |
commit | b9737dd44072cc219ade876d4df12f3118cead67 (patch) | |
tree | 678df0adc2fe44b3c1bdde40eaa3590996e5520a /synth/Makefile | |
parent | 67ec646a42b8b9e851c693effbdce18327b67501 (diff) |
Updated TODO and changed a default in defines.h
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 e19546f..80cf705 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -1,5 +1,5 @@ CXX=g++ -CFLAGS=-Wall -O2 -g +CFLAGS=-Wall -O2 CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` |