mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
Start bringing up LibGUI properly (formerly Widgets.)
This commit is contained in:
parent
b91479d9b9
commit
8eae89a405
17 changed files with 258 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue