From f76e20a3486b31945fd35f6b1a0bd517d6dc176e Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 7 Jan 2011 18:40:47 +0100 Subject: Improved note-compiler and added TODO-entries --- synth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synth/Makefile') diff --git a/synth/Makefile b/synth/Makefile index c1d6dab..8007339 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -1,5 +1,5 @@ CXX=g++ -CFLAGS=-Wall -O2 +CFLAGS=-Wall -O2 -pg CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` -- cgit v1.2.3