summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a630927..cb070f2 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,6 @@ clean-lv2:
## VST targets
$(PLUGIN_NAME)_vst.so: $(VST_SRC)
- [ "$VST_PATH" == "" ] && (echo "Run make with 'VST_PATH=/path/to/vstsdk2.4 make'"; false)
g++ $(CXXFLAGS) $(VST_CXXFLAGS) $(VST_SRC) -lX11 -o$(PLUGIN_NAME)_vst.so
install-vst: $(PLUGIN_NAME)_vst.so
@@ -61,4 +60,4 @@ test: test-lv2 test-vst
all: $(PLUGIN_NAME)_lv2.so $(PLUGIN_NAME)_vst.so
-clean: clean-lv2 clean-vst \ No newline at end of file
+clean: clean-lv2 clean-vst