mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
refactor(userspace/libs): rename libdemo to libexample
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
7b85636f8f
commit
09d0af1ea6
@ -13,12 +13,12 @@
|
|||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
"conventionalCommits.scopes": [
|
"conventionalCommits.scopes": [
|
||||||
"userspace/libc",
|
"userspace/libc",
|
||||||
"userspace/libs/libdemo",
|
|
||||||
"vscode",
|
"vscode",
|
||||||
"userspace/apps/sys/init",
|
"userspace/apps/sys/init",
|
||||||
"userspace/apps/test/utest",
|
"userspace/apps/test/utest",
|
||||||
"userspace/libs/libm",
|
"userspace/libs/libm",
|
||||||
"devcontainer"
|
"devcontainer",
|
||||||
|
"userspace/libs"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,9 +2,9 @@ build:
|
|||||||
cp -a $(CURDIR)/include/. $(WORKSPACE_DIR)/out/include
|
cp -a $(CURDIR)/include/. $(WORKSPACE_DIR)/out/include
|
||||||
make -C libgcc build
|
make -C libgcc build
|
||||||
make -C libm build
|
make -C libm build
|
||||||
make -C libdemo build
|
make -C libexample build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
make -C libgcc clean
|
make -C libgcc clean
|
||||||
make -C libm clean
|
make -C libm clean
|
||||||
make -C libdemo clean
|
make -C libexample clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user