diff options
author | cbdev <cb@cbcdn.com> | 2017-11-13 03:08:49 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2017-11-13 03:08:49 +0100 |
commit | 06a87606cdef8af477c4341d764102c0d3f3e7e2 (patch) | |
tree | caee56dd44be7dc40b4c1cbc992fe57126ea1f87 /makefile | |
parent | d370095a576b2ea949ec2c169a9f081f1cb307b0 (diff) | |
download | midimonster-06a87606cdef8af477c4341d764102c0d3f3e7e2.tar.gz midimonster-06a87606cdef8af477c4341d764102c0d3f3e7e2.tar.bz2 midimonster-06a87606cdef8af477c4341d764102c0d3f3e7e2.zip |
Add debug messages
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ OBJS = config.o backend.o plugin.o PLUGINDIR = "\"./\"" CFLAGS ?= -g -Wall +#CFLAGS += -DDEBUG %.so: CFLAGS += -fPIC %.so: LDFLAGS += -shared |