summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 796b17b..8dc8245 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ endif
all: glitch
-glitch: main.c logging.c manager.c widgets.c switcher.c audio.c
+glitch: main.c logging.c manager.c widgets.c switcher.c audio.c launcher.c
$(CC) $(CFLAGS) $(INCLUDES) -o $@ $^ $(LDFLAGS)
config.h: