From 6ea25018546ebc099845158de7fef29c1c4fb28d Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 4 Feb 2011 16:20:12 +0100 Subject: Tiny bugfix in in-synth-cli, updated TODO and stuff --- synth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synth/Makefile') 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` -- cgit v1.2.3