mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
Fix typo in makeall.sh
This commit is contained in:
parent
0f4050903d
commit
0dbd7b0409
Notes:
sideshowbarker
2024-07-19 14:44:02 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0dbd7b04096
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user