mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
Build: Have makeall.sh clean up before running
This matches the old behavior where makeall.sh would always try to produce a clean build.
This commit is contained in:
parent
097b8acf10
commit
6c2c3d00a3
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ export build_group=$(id -g)
|
|||
|
||||
sudo id
|
||||
|
||||
make -C ../ clean && \
|
||||
make -C ../ && \
|
||||
make -C ../ test && \
|
||||
make -C ../ install &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue