summaryrefslogtreecommitdiff
path: root/synth/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-07 18:40:47 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-07 18:40:47 +0100
commitf76e20a3486b31945fd35f6b1a0bd517d6dc176e (patch)
tree1663e3a8845469dcf7a83d2e5c844833ea89d06a /synth/Makefile
parent892c323f7851c76bf678369987c5c7a361626ea2 (diff)
Improved note-compiler and added TODO-entries
Diffstat (limited to 'synth/Makefile')
-rw-r--r--synth/Makefile2
1 files changed, 1 insertions, 1 deletions
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`