diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-20 05:48:43 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-20 05:48:43 +0100 |
commit | 8eae89a4054435dc81b534d91ec2a4f12ec7796f (patch) | |
tree | 52a2cfb7f557a4f275e787f82fb0b4ba059338df /Kernel/makeuserland.sh | |
parent | b91479d9b90e1c6dd33c83d0a2cfc6ba94d1464e (diff) | |
download | serenity-8eae89a4054435dc81b534d91ec2a4f12ec7796f.zip |
Start bringing up LibGUI properly (formerly Widgets.)
Diffstat (limited to 'Kernel/makeuserland.sh')
-rwxr-xr-x | Kernel/makeuserland.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Kernel/makeuserland.sh b/Kernel/makeuserland.sh index 3edcc27d81..e9f43c15a1 100755 --- a/Kernel/makeuserland.sh +++ b/Kernel/makeuserland.sh @@ -4,6 +4,10 @@ sudo id make -C ../LibC clean && \ make -C ../LibC && \ +make -C ../LibGUI clean && \ +make -C ../LibGUI && \ +make -C ../Terminal clean && \ +make -C ../Terminal && \ make -C ../Userland clean && \ make -C ../Userland && \ sudo ./sync.sh |