mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 03:12:07 -05:00
14 lines
250 B
Bash
Executable file
14 lines
250 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo id
|
|
|
|
make -C ../LibC clean && \
|
|
make -C ../LibC && \
|
|
make -C ../LibGUI clean && \
|
|
make -C ../LibGUI && \
|
|
make -C ../Terminal clean && \
|
|
make -C ../Terminal && \
|
|
make -C ../Userland clean && \
|
|
make -C ../Userland && \
|
|
sudo ./sync.sh
|
|
|