From 56c5a1da4de4a7511882b2a9d4bae608aca1e61b Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sun, 19 Oct 2025 00:26:59 -0400 Subject: change allow-free-result to exact-match --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b1ba9b..9f8c0f2 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ WLC=$(patsubst %.xml,$(OBJDIR)/%.c, $(WLPROT)) WLH=$(patsubst %.xml,$(OBJDIR)/%.h, $(WLPROT)) SRC=$(WLC) $(wildcard *.c) $(wildcard glad/*.c) OBJ=$(patsubst %.c,$(OBJDIR)/%.o, $(notdir $(SRC))) -HDEPS=state.h wayland.h +HDEPS=state.h wayland.h config.h .SILENT: $(OBJ) $(WLC) $(WLH) $(BIN) $(OBJDIR) compile_flags @@ -58,6 +58,6 @@ uninstall: rm -rf $(PREFIX)/usr/bin/$(BIN) run: all - ./$(BIN) + ./swenu-run.sh .PHONY: all clean run compile_flags install uninstall -- cgit v1.2.3