diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-05 09:44:13 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-05 09:44:13 +0100 |
commit | d0078b6574d7022f207f3af492d2d8ec142b9bd1 (patch) | |
tree | ea197c8f9a4f5d796c840d9e3c031a06df1685dc /Kernel/makeall.sh | |
parent | 41567c5bb91b86b698337340f77275fdc7b0dce4 (diff) | |
download | serenity-d0078b6574d7022f207f3af492d2d8ec142b9bd1.zip |
Clock: Turns the clock window from guitest2 into a separate program.
We can't not have a desktop clock app. :^)
Diffstat (limited to 'Kernel/makeall.sh')
-rwxr-xr-x | Kernel/makeall.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/makeall.sh b/Kernel/makeall.sh index 576030aea7..8c41d8f381 100755 --- a/Kernel/makeall.sh +++ b/Kernel/makeall.sh @@ -12,6 +12,8 @@ make -C ../Terminal clean && \ make -C ../Terminal && \ make -C ../FontEditor clean && \ make -C ../FontEditor && \ +make -C ../Clock clean && \ +make -C ../Clock && \ make clean &&\ make && \ sudo ./sync.sh |