commit 00183a7babf8c06d9f432ddedcf71b8cd6b77098 parent a226da4fd3a558cbc0321a8823568db12b5d389e Author: Matt Demanett <matt@demanett.net> Date: Mon, 17 Aug 2020 14:19:15 -0400 Nuke long ignored READM-dist.md; remove README from distributable file. Diffstat:
M | Makefile | | | 2 | +- |
D | README-dist.txt | | | 5 | ----- |
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/Makefile b/Makefile @@ -14,7 +14,7 @@ endif DSP_SOURCES = $(wildcard src/dsp/*cpp src/dsp/filters/*cpp) SOURCES = $(wildcard src/*.cpp) $(DSP_SOURCES) -DISTRIBUTABLES += $(wildcard LICENSE* README-dist.txt) res +DISTRIBUTABLES += $(wildcard LICENSE*) res RACK_DIR ?= ../.. include $(RACK_DIR)/plugin.mk diff --git a/README-dist.txt b/README-dist.txt @@ -1,5 +0,0 @@ - -BogaudioModules -- Modules for VCV Rack - -For information on this VCV Rack plugin, and documentation for each module, go to: -https://github.com/bogaudio/BogaudioModules