summaryrefslogtreecommitdiffhomepage
path: root/build
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-27 12:13:12 +0000
committerSteven Barth <steven@midlink.org>2008-05-27 12:13:12 +0000
commit20b14ac443e6c062bc624f38d984cc920f05b30d (patch)
tree3f9f2acc5b344902d5fe00cd6cd5048163d68d59 /build
parent93ff578ac8f0cd4772285a6ea983cf02cc9be620 (diff)
fix make clean
Diffstat (limited to 'build')
-rw-r--r--build/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/module.mk b/build/module.mk
index 9c17df18c..a0bd2935c 100644
--- a/build/module.mk
+++ b/build/module.mk
@@ -12,4 +12,4 @@ compile: source
for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done
clean:
- rm dist -rf
+ rm -rf dist