summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/Makefile')
-rw-r--r--apps/plugins/lua/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lua/Makefile b/apps/plugins/lua/Makefile
index d2a40d3..6a4e497 100644
--- a/apps/plugins/lua/Makefile
+++ b/apps/plugins/lua/Makefile
@@ -75,8 +75,6 @@ include $(TOOLSDIR)/make.inc
$(LINKFILE): $(LDS)
$(call PRINTS,build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) \
$(DEFINES) -E -P - >$@
- ./action_helper.pl > actions.lua
- echo $(pwd)
clean:
$(call PRINTS,cleaning lua)rm -rf $(OBJDIR)/lua