summaryrefslogtreecommitdiff
path: root/Kernel/makeall.sh
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-13 13:19:47 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-13 13:19:47 +0200
commit0dbd7b04096273189483dfc1fb28f0dc0ff3cc5c (patch)
treeb0d5abdbdd137626f5e1c94b5ad1a82719653dd4 /Kernel/makeall.sh
parent0f4050903d48da88127157366eef9c50a941ffa2 (diff)
downloadserenity-0dbd7b04096273189483dfc1fb28f0dc0ff3cc5c.zip
Fix typo in makeall.sh
Diffstat (limited to 'Kernel/makeall.sh')
-rwxr-xr-xKernel/makeall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/makeall.sh b/Kernel/makeall.sh
index 84eec4a1ce..055b5c057c 100755
--- a/Kernel/makeall.sh
+++ b/Kernel/makeall.sh
@@ -42,8 +42,8 @@ $make_cmd -C ../Applications/Downloader clean && \
$make_cmd -C ../Applications/Downloader && \
$make_cmd -C ../Applications/VisualBuilder clean && \
$make_cmd -C ../Applications/VisualBuilder && \
-$make_cmd -C ../Applications/Games/Minesweeper clean && \
-$make_cmd -C ../Applications/Games/Minesweeper && \
+$make_cmd -C ../Games/Minesweeper clean && \
+$make_cmd -C ../Games/Minesweeper && \
$make_cmd clean &&\
$make_cmd && \
sudo ./sync.sh