Browse Source

Add plugin.* to DISTRIBUTABLES in plugin.mk

v0.5
Andrew Belt 6 years ago
parent
commit
260ba2dd6b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      plugin.mk

+ 3
- 0
plugin.mk View File

@@ -22,6 +22,9 @@ ifeq ($(ARCH), win)
endif endif




DISTRIBUTABLES += $(TARGET)


all: $(TARGET) all: $(TARGET)


include ../../compile.mk include ../../compile.mk


Loading…
Cancel
Save