2
1
Fork 0

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

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