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