diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-07 18:40:47 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-07 18:40:47 +0100 |
commit | f76e20a3486b31945fd35f6b1a0bd517d6dc176e (patch) | |
tree | 1663e3a8845469dcf7a83d2e5c844833ea89d06a /synth | |
parent | 892c323f7851c76bf678369987c5c7a361626ea2 (diff) |
Improved note-compiler and added TODO-entries
Diffstat (limited to 'synth')
-rw-r--r-- | synth/Makefile | 2 |
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` |