mirror of
https://github.com/openwrt/luci.git
synced 2025-12-22 01:44:35 +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
|
for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm dist -rf
|
rm -rf dist
|
||||||
|
|||||||
Reference in New Issue
Block a user