aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-19 21:04:35 +0200
committerMattias Andrée <maandree@kth.se>2017-10-19 21:04:35 +0200
commitac954c4bdabf21635068d039c0ce13add68319a9 (patch)
tree6b27e66f60c37a8d5093a2ebbb789885e824b474 /Makefile
parentRemove crap, simplify makefile, and relicense (diff)
downloadslack-ac954c4bdabf21635068d039c0ce13add68319a9.tar.gz
slack-ac954c4bdabf21635068d039c0ce13add68319a9.tar.bz2
slack-ac954c4bdabf21635068d039c0ce13add68319a9.tar.xz
Simplift and change style
Signed-off-by: Mattias Andrée <maandree@kth.se>
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