projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93ff578
)
fix make clean
author
Steven Barth
<steven@midlink.org>
Tue, 27 May 2008 12:13:12 +0000
(12:13 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 27 May 2008 12:13:12 +0000
(12:13 +0000)
build/module.mk
patch
|
blob
|
history
diff --git
a/build/module.mk
b/build/module.mk
index 9c17df18ce8302a578e7b1d668928c58bc557846..a0bd2935c978522bde7070f60cd77ba1556e6160 100644
(file)
--- 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