diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 12:59:31 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 12:59:31 +0100 |
| commit | 24249256b2cfa2f50a20b1004466e3f49d02a442 (patch) | |
| tree | 08d74a79f6e3868033b66a7c8c583d071c416718 /Makefile | |
| parent | Update e-mail (diff) | |
| download | slack-master.tar.gz slack-master.tar.bz2 slack-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
