Browse Source

Add RESOURCES to plugin.mk

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
d7bacb705c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugin.mk

+ 1
- 1
plugin.mk View File

@@ -26,7 +26,7 @@ ifeq ($(ARCH), win)
endif endif




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


include $(RACK_DIR)/compile.mk include $(RACK_DIR)/compile.mk




Loading…
Cancel
Save