summaryrefslogtreecommitdiffhomepage
path: root/build/module.mk
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-05-23 17:21:36 +0000
committerSteven Barth <steven@midlink.org>2009-05-23 17:21:36 +0000
commit8c4f847ea5b95aaf0e716beaf736b4e2b67655ae (patch)
tree5b931064a2df45c3903b66b425f49b621e9c31df /build/module.mk
parent0ad58e38b42dca2f46bc492b7f889b5031a9c6a1 (diff)
GSoC Commit #1: LuCId + HTTP-Server
Diffstat (limited to 'build/module.mk')
-rw-r--r--build/module.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/module.mk b/build/module.mk
index ecc7a92f2..569de101d 100644
--- a/build/module.mk
+++ b/build/module.mk
@@ -38,9 +38,6 @@ luastrip: luasource
luacompile: luasource
for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done
-luagzip: luacompile
- for i in $$(find dist -name *.lua -not -name debug.lua); do gzip -f9 $$i; done
-
luaclean:
rm -rf dist