summaryrefslogtreecommitdiff
path: root/Kernel/makeall.sh
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-05 09:44:13 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-05 09:44:13 +0100
commitd0078b6574d7022f207f3af492d2d8ec142b9bd1 (patch)
treeea197c8f9a4f5d796c840d9e3c031a06df1685dc /Kernel/makeall.sh
parent41567c5bb91b86b698337340f77275fdc7b0dce4 (diff)
downloadserenity-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-xKernel/makeall.sh2
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