diff options
Diffstat (limited to 'apps/plugins/plugins.make')
| -rw-r--r-- | apps/plugins/plugins.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index bb77f7d..1efd513 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -74,7 +74,7 @@ $(BUILDDIR)/%.rock: $(BUILDDIR)/%.o $(PLUGINLINK_LDS) $(filter %.a, $^) \ -lgcc $(PLUGINLDFLAGS) ifdef SIMVER - $(SILENT)$(shell cp $(BUILDDIR)/$*.elf $@) + $(SILENT)cp $(BUILDDIR)/$*.elf $@ else $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@ endif
\ No newline at end of file |