diff options
author | cbdev <cb@cbcdn.com> | 2018-02-17 23:41:14 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2018-02-17 23:41:14 +0100 |
commit | ddf2409b2b2ded5d2ab65d45ebba8005755e2c35 (patch) | |
tree | b5198b6e081dcdba660a5dd510fdb6f328a75117 /makefile | |
parent | 99305b4ece22ce8c69729ffbf0da4d9b5f8daeae (diff) | |
parent | 8874c3bff295f93f2012ae016d5d34270bdb1ebb (diff) | |
download | midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.tar.gz midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.tar.bz2 midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.zip |
Merge branch 'master' into uinput
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 |