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