summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-27 19:01:16 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-27 19:01:16 +0000
commit3b6bd0ca5025fb7583543a41f314fba10dab401b (patch)
tree8d0de4bfcf630b34866c3cf09ae7700c81439a3a
parentcleanup (diff)
added tools directory
moved bin2c.lua to tools dir
-rw-r--r--src/Makefile2
-rw-r--r--tools/bin2c.lua (renamed from src/bin2c.lua)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f1cb70a..0fb8443 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -77,7 +77,7 @@ $(LUA_OBJ): $(LUA_SRCS)
$(LUAC) -o $@ $(LUA_SRCS)
$(LUA_OBJ_INCLUDE): $(LUA_OBJ)
- $(LUA) bin2c.lua $(LUA_OBJ) $(LUA_OBJ_INCLUDE:%.h=%) > $@
+ $(LUA) ../tools/bin2c.lua $(LUA_OBJ) $(LUA_OBJ_INCLUDE:%.h=%) > $@
strip: $(EXECUTABLE) $(LUA_OBJ)
$(LUAC) -s -o $(LUA_OBJ) $(LUA_OBJ)
diff --git a/src/bin2c.lua b/tools/bin2c.lua
index 0adf427..0adf427 100644
--- a/src/bin2c.lua
+++ b/tools/bin2c.lua