From 7b1d46ff441ec57a363e1bb5aaead19641744df3 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Tue, 25 Jul 2023 00:54:12 +0100 Subject: [PATCH] Whopps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71be687..c94d2a3 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CFLAGS = `pkg-config --cflags gtk+-3.0` LDFLAGS = `pkg-config --libs gtk+-3.0` # Source files -SRC = mode_switcher.c +SRC = themeswitcher.c # Object files OBJ = $(SRC:.c=.o)