mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
GROT= ../../../../../lib/libc/regex/grot
|
|
|
|
.PHONY: tests
|
|
tests:
|
|
cd ${GROT}; make && echo "PASS regex"
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
cd ${GROT}; make spotless
|