aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-09-15 22:30:45 +0200
committerMarvin Borner2020-09-15 22:30:45 +0200
commit857c228909603d1a27a40f2714f8b9076fabba6e (patch)
tree19fe7eb4f41975de4a161d4ef55fcd4fba4fbec6 /run
parent1a99700287749211aec38cb58ea2664585154794 (diff)
Keymaps n stuff
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 2 insertions, 1 deletions
diff --git a/run b/run
index f0665f9..3fa2a5a 100755
--- a/run
+++ b/run
@@ -160,7 +160,8 @@ make_sync() {
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 kernel kernel
+ echo "$output" | make_append_commands libgui libtxt 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
tr <compile_commands.json '\n' '\r' | sed -e 's/\r]\r\[/,/g' | tr '\r' '\n' >tmp