aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 12:59:31 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 12:59:31 +0100
commit24249256b2cfa2f50a20b1004466e3f49d02a442 (patch)
tree08d74a79f6e3868033b66a7c8c583d071c416718 /Makefile
parentUpdate e-mail (diff)
downloadslack-24249256b2cfa2f50a20b1004466e3f49d02a442.tar.gz
slack-24249256b2cfa2f50a20b1004466e3f49d02a442.tar.bz2
slack-24249256b2cfa2f50a20b1004466e3f49d02a442.tar.xz
misc fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0c9a85..5920ee3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ slack: slack.o
slack.o: slack.c arg.h
$(CC) -c -o $@ slack.c $(CFLAGS) $(CPPFLAGS)
-check:
+check: slack
test $$(./slack 1ms ./slack get) = 1ms
test $$(./slack 1ms ./slack GET) = 1000000
test $$(./slack 1 ./slack reset ./slack GET) = $$(./slack GET)