tools: Use libluna instead of luna in run-clang-format.sh
This commit is contained in:
parent
e30eec4213
commit
293be2c75a
@ -6,8 +6,8 @@ source $(dirname $0)/env.sh
|
||||
cd $LUNA_ROOT
|
||||
|
||||
SOURCES=($(find kernel/src -type f | grep -v "\.asm"))
|
||||
SOURCES+=($(find luna/src -type f))
|
||||
SOURCES+=($(find luna/include/luna -type f))
|
||||
SOURCES+=($(find libluna/src -type f))
|
||||
SOURCES+=($(find libluna/include/luna -type f))
|
||||
|
||||
for f in ${SOURCES[@]}
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user