aboutsummaryrefslogtreecommitdiff
path: root/c/Makefile.testing
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-10-20 12:27:57 -0400
committerJack O'Connor <[email protected]>2020-10-20 12:51:30 -0400
commit09546a677d4949b1ea5a7d289581ca0141971021 (patch)
tree9e7f55fe4d98e4237f768dc23ea38f7438048511 /c/Makefile.testing
parentdae5dc5ef3bc2e366f7747f2bd77c82ba24b6259 (diff)
include example.c
Diffstat (limited to 'c/Makefile.testing')
-rw-r--r--c/Makefile.testing3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/Makefile.testing b/c/Makefile.testing
index b4db5c8..41e6b82 100644
--- a/c/Makefile.testing
+++ b/c/Makefile.testing
@@ -71,5 +71,8 @@ test_asm: CFLAGS += -DBLAKE3_TESTING -fsanitize=address,undefined
test_asm: asm
./test.py
+example: example.c blake3.c blake3_dispatch.c blake3_portable.c $(ASM_TARGETS)
+ $(CC) $(CFLAGS) $(EXTRAFLAGS) $^ -o $@ $(LDFLAGS)
+
clean:
rm -f $(NAME) *.o