mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
fix make clean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user