1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:27:45 +00:00

Move Widget & friends into LibGUI.

This commit is contained in:
Andreas Kling 2019-01-19 23:49:56 +01:00
parent 7e5b81fe48
commit a026da47e7
29 changed files with 73 additions and 551 deletions

View file

@ -4,6 +4,8 @@ sudo id
make -C ../LibC clean && \
make -C ../LibC && \
make -C ../LibGUI clean && \
make -C ../LibGUI && \
make -C ../Userland clean && \
make -C ../Userland && \
make -C ../Terminal clean && \