From: Steven Barth Date: Tue, 27 May 2008 12:13:12 +0000 (+0000) Subject: fix make clean X-Git-Tag: 0.8.0~981 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=20b14ac443e6c062bc624f38d984cc920f05b30d;p=project%2Fluci.git fix make clean --- 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