aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:49:08 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:49:08 +0100
commit385646d03bb5f934106470126cdb298628b6e7b8 (patch)
treeb5e0df6a903a5e7d41aae38ad17539fb26e4f622 /Makefile
parentUpdate e-mail (diff)
downloadblakesum-master.tar.gz
blakesum-master.tar.bz2
blakesum-master.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 2660901..efb3994 100644
--- a/Makefile
+++ b/Makefile
@@ -28,14 +28,14 @@ SRC =\
$(HDR)\
test.c
-# Known answers tests
+# Known answer tests
KAT_FILES =\
- kat/blake2b\
- kat/blake2bp\
- kat/blake2s\
- kat/blake2sp\
- kat/blake2xb\
- kat/blake2xs
+ kat/blake2b\
+ kat/blake2bp\
+ kat/blake2s\
+ kat/blake2sp\
+ kat/blake2xb\
+ kat/blake2xs
all: $(BIN) test