diff --git a/Makefile b/Makefile index 96861b8..1656d77 100644 --- a/Makefile +++ b/Makefile @@ -62,4 +62,5 @@ submodule-init: git submodule update --init --recursive .PHONY: start +start: weston --shell=kiosk-shell.so --xwayland -- $(BUILD_DIR)/$(TARGET) $(RUN_ARGS)