mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
Clock: Turns the clock window from guitest2 into a separate program.
We can't not have a desktop clock app. :^)
This commit is contained in:
parent
41567c5bb9
commit
d0078b6574
10 changed files with 123 additions and 65 deletions
|
@ -8,6 +8,8 @@ make -C ../LibGUI clean && \
|
|||
make -C ../LibGUI && \
|
||||
make -C ../Terminal clean && \
|
||||
make -C ../Terminal && \
|
||||
make -C ../Clock clean && \
|
||||
make -C ../Clock && \
|
||||
make -C ../Userland clean && \
|
||||
make -C ../Userland && \
|
||||
sudo ./sync.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue