From 9f16b032d38613ca95e321e1d1e652c43129c68b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 15 Aug 2020 17:42:36 +0200 Subject: Added libgui --- run | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'run') diff --git a/run b/run index b609b39..005b363 100755 --- a/run +++ b/run @@ -125,12 +125,13 @@ ${data}" } make_sync() { - ctags -R --exclude=.git --exclude=build --exclude=iso --exclude=cross . + ctags -R --exclude=.git --exclude=build --exclude=disk --exclude=cross --exclude=ext2util . rm -f compile_commands.json output=$(make --always-make --dry-run) - echo "$output" | make_append_commands libc libk lib - echo "$output" | make_append_commands libk kernel kernel + 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 kernel apps apps tr tmp mv tmp compile_commands.json -- cgit v1.2.3