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