diff options
author | vaxerski <[email protected]> | 2022-06-29 23:06:45 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-06-29 23:06:45 +0200 |
commit | 7d20d5c8c3f4014a637f6987985d1cf011327aa1 (patch) | |
tree | 302c924e63f14ab47cbf8828426866cac52657cd /Makefile | |
parent | 6ce267897017de39a82173baa9121c08de1cdbf8 (diff) | |
download | Hyprland-7d20d5c8c3f4014a637f6987985d1cf011327aa1.tar.gz Hyprland-7d20d5c8c3f4014a637f6987985d1cf011327aa1.zip |
fix make clear wlroots
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ clear: rm -rf build rm -f *.o *-protocol.h *-protocol.c rm -f ./hyprctl/hyprctl - rm -rf ./wlroots/build + rm -rf ./subprojects/wlroots/build all: make config |