fix make clear wlroots

This commit is contained in:
vaxerski 2022-06-29 23:06:45 +02:00
parent 6ce2678970
commit 7d20d5c8c3

View file

@ -99,7 +99,7 @@ clear:
rm -rf build rm -rf build
rm -f *.o *-protocol.h *-protocol.c rm -f *.o *-protocol.h *-protocol.c
rm -f ./hyprctl/hyprctl rm -f ./hyprctl/hyprctl
rm -rf ./wlroots/build rm -rf ./subprojects/wlroots/build
all: all:
make config make config