aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-02-17 23:41:14 +0100
committercbdev <cb@cbcdn.com>2018-02-17 23:41:14 +0100
commitddf2409b2b2ded5d2ab65d45ebba8005755e2c35 (patch)
treeb5198b6e081dcdba660a5dd510fdb6f328a75117 /makefile
parent99305b4ece22ce8c69729ffbf0da4d9b5f8daeae (diff)
parent8874c3bff295f93f2012ae016d5d34270bdb1ebb (diff)
downloadmidimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.tar.gz
midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.tar.bz2
midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.zip
Merge branch 'master' into uinput
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 17faeb0..7778ebd 100644
--- a/makefile
+++ b/makefile
@@ -4,6 +4,7 @@ OBJS = config.o backend.o plugin.o
PLUGINDIR = "\"./\""
CFLAGS ?= -g -Wall
+#CFLAGS += -DDEBUG
%.so: CFLAGS += -fPIC
%.so: LDFLAGS += -shared