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 d2a40d38ad..6a4e497801 100644
--- a/apps/plugins/lua/Makefile
+++ b/apps/plugins/lua/Makefile
@@ -75,8 +75,6 @@ include $(TOOLSDIR)/make.inc
75$(LINKFILE): $(LDS) 75$(LINKFILE): $(LDS)
76 $(call PRINTS,build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) \ 76 $(call PRINTS,build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) \
77 $(DEFINES) -E -P - >$@ 77 $(DEFINES) -E -P - >$@
78 ./action_helper.pl > actions.lua
79 echo $(pwd)
80 78
81clean: 79clean:
82 $(call PRINTS,cleaning lua)rm -rf $(OBJDIR)/lua 80 $(call PRINTS,cleaning lua)rm -rf $(OBJDIR)/lua