1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:47:34 +00:00

Ports: Do not allow clean* to be overridden

There were only two packages making use of this functionality, but it
seems more sensible to have a fixed implementation for the cleaning of
ports - especially now they delete the entire build directory and/or
dist files.
This commit is contained in:
Jelle Raaijmakers 2022-09-13 13:16:28 +02:00 committed by Tim Flynn
parent 5bfc61bc69
commit 7e85ec3431
3 changed files with 3 additions and 11 deletions

View file

@ -57,7 +57,3 @@ install() {
echo "The development of the Qt Serenity platform plugin is happening here. Fixes for things like input handling, window management and theme integration should go here:"
echo -e "\t" "https://github.com/SerenityPorts/QSerenityPlatform"
}
clean() {
run ninja clean
}