Fix typo in makeall.sh

This commit is contained in:
Andreas Kling 2019-04-13 13:19:47 +02:00
parent 0f4050903d
commit 0dbd7b0409
Notes: sideshowbarker 2024-07-19 14:44:02 +09:00

View File

@ -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