aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2021-03-26 21:55:50 +0100
committerMarvin Borner2021-03-26 22:02:20 +0100
commit05498860e8f7b1e8bb27880bc7526de026694804 (patch)
tree3bddf16e9439a950a3810d45e42a5cefdbcb7663 /run
parenta96e9c4c858d47f61b89d879aa0ce6a02bdacb38 (diff)
Renamed libs
Cleaner and more flexible.
Diffstat (limited to 'run')
-rwxr-xr-xrun6
1 files changed, 3 insertions, 3 deletions
diff --git a/run b/run
index 27a7f5f..e5af53a 100755
--- a/run
+++ b/run
@@ -213,9 +213,9 @@ make_sync() {
rm -f compile_commands.json
output=$($MAKE --always-make --dry-run)
- echo "$output" | make_append_commands libc libk libc
- echo "$output" | make_append_commands libk libgui libgui
- echo "$output" | make_append_commands libgui libtxt libtxt
+ echo "$output" | make_append_commands libc libk libs/libc
+ echo "$output" | make_append_commands libk libgui libs/libgui
+ echo "$output" | make_append_commands libgui libtxt libs/libtxt
echo "$output" | make_append_commands libtxt kernel kernel
echo "$output" | make_append_commands kernel boot boot
echo "$output" | make_append_commands boot apps apps