From 260ba2dd6b2e0d51301876c786937b3c85f209e0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 5 Jan 2018 11:47:41 -0500 Subject: [PATCH] Add plugin.* to DISTRIBUTABLES in plugin.mk --- plugin.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin.mk b/plugin.mk index d708d709..b054f147 100644 --- a/plugin.mk +++ b/plugin.mk @@ -22,6 +22,9 @@ ifeq ($(ARCH), win) endif +DISTRIBUTABLES += $(TARGET) + + all: $(TARGET) include ../../compile.mk