build: fix clean script

This commit is contained in:
outfoxxed 2024-05-01 02:51:54 -07:00
parent 0488683f29
commit 149b784a5a
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 4 additions and 0 deletions

View File

@ -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