1
Fork 0
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:
Andreas Kling 2019-12-20 22:00:41 +01:00
parent 097b8acf10
commit 6c2c3d00a3

View file

@ -12,7 +12,8 @@ export build_group=$(id -g)
sudo id
make -C ../ && \
make -C ../ clean && \
make -C ../ && \
make -C ../ test && \
make -C ../ install &&
sudo -E PATH="$PATH" ./build-image-qemu.sh