From 0dbd7b04096273189483dfc1fb28f0dc0ff3cc5c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 13 Apr 2019 13:19:47 +0200 Subject: [PATCH] Fix typo in makeall.sh --- Kernel/makeall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/makeall.sh b/Kernel/makeall.sh index 84eec4a1ce5..055b5c057cd 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