diff options
author | Marvin Borner | 2021-03-26 21:55:50 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-26 22:02:20 +0100 |
commit | 05498860e8f7b1e8bb27880bc7526de026694804 (patch) | |
tree | 3bddf16e9439a950a3810d45e42a5cefdbcb7663 /run | |
parent | a96e9c4c858d47f61b89d879aa0ce6a02bdacb38 (diff) |
Renamed libs
Cleaner and more flexible.
Diffstat (limited to 'run')
-rwxr-xr-x | run | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |