Don't build debug

This commit is contained in:
Nick Lanham 2012-02-07 12:57:56 +01:00
parent e608ed3906
commit 66e6f9844f

View File

@ -8,7 +8,7 @@ $(BUNDLE): manifest.ttl drmr.ttl drmr.so
cp manifest.ttl drmr.ttl drmr.so $(BUNDLE)
drmr.so: drmr.c drmr_hydrogen.c
$(CC) -g -shared -fPIC -DPIC drmr.c drmr_hydrogen.c `pkg-config --cflags --libs lv2-plugin sndfile` -lexpat -lm -o drmr.so
$(CC) -shared -fPIC -DPIC drmr.c drmr_hydrogen.c `pkg-config --cflags --libs lv2-plugin sndfile` -lexpat -lm -o drmr.so
install: $(BUNDLE)
mkdir -p $(INSTALL_DIR)