aboutsummaryrefslogtreecommitdiffstats
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 42036ba..2cd5a07 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: slack
slack: slack.o
$(CC) -o $@ $^ $(LDFLAGS)
-slack.o: slack.c
+slack.o: slack.c arg.h
$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
install: slack