diff options
Diffstat (limited to 'tools/regression/lib/libc/regex')
-rw-r--r-- | tools/regression/lib/libc/regex/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/regression/lib/libc/regex/Makefile b/tools/regression/lib/libc/regex/Makefile new file mode 100644 index 0000000..f91bef2 --- /dev/null +++ b/tools/regression/lib/libc/regex/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +GROT= ../../../../../lib/libc/regex/grot + +.PHONY: tests +tests: + cd ${GROT}; make && echo "PASS regex" + +.PHONY: clean +clean: + cd ${GROT}; make spotless |