build: fix clean script
This commit is contained in:
parent
0488683f29
commit
149b784a5a
4
Justfile
4
Justfile
|
@ -12,6 +12,10 @@ clean:
|
|||
rm -rf content/docs/types/Quickshell.Io
|
||||
rm -rf data/modules/Quickshell.Wayland
|
||||
rm -rf content/docs/types/Quickshell.Wayland
|
||||
rm -rf data/modules/Quickshell.DBusMenu
|
||||
rm -rf content/docs/types/Quickshell.DBusMenu
|
||||
rm -rf data/modules/Quickshell.Service.SystemTray
|
||||
rm -rf content/docs/types/Quickshell.Service.SystemTray
|
||||
|
||||
buildtypegen:
|
||||
({{build_typegen}} && cd typegen && cargo build) || true
|
||||
|
|
Loading…
Reference in a new issue