From dfb28dad22a34634cb6dd0369c522b0ca2508c13 Mon Sep 17 00:00:00 2001 From: Rakarake Date: Sat, 20 Dec 2025 17:31:22 +0100 Subject: [PATCH] cleanup --- Makefile | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91d6e26..0f2c351 100644 --- a/Makefile +++ b/Makefile @@ -23,5 +23,5 @@ wlr-layer-shell-unstable-v1-protocol.c: wlr-layer-shell-unstable-v1-protocol.o: wlr-layer-shell-unstable-v1-protocol.h clean: - rm -f *.o *xdg *wlr glonkers + rm -f *.o xdg-shell-protocol* wlr-layer-shell-unstable* glonkers diff --git a/run.sh b/run.sh index 446f27e..a615dd1 100755 --- a/run.sh +++ b/run.sh @@ -1,2 +1,2 @@ -make && SDL_VIDEODRIVER="wayland,x11" ./glonkers "$@" +make && ./glonkers "$@"