From cc80f10e05d4d1cec672cfa6a1ec985c5bc4bd44 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 24 Jun 2024 14:58:34 +0200 Subject: Add SIMD comment skipping --- c/simd-comment-skipping/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 c/simd-comment-skipping/Makefile (limited to 'c/simd-comment-skipping/Makefile') diff --git a/c/simd-comment-skipping/Makefile b/c/simd-comment-skipping/Makefile new file mode 100644 index 0000000..2ae896b --- /dev/null +++ b/c/simd-comment-skipping/Makefile @@ -0,0 +1,8 @@ +include ../base.mk + +all: skpcmnt +skpcmnt: skpcmnt.c + $(CC) $(CFLAGS) -lbsd -o $@ $< + +clean: + rm -f skpcmnt -- cgit v1.2.3