mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
10 lines
190 B
Makefile
10 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
all:
|
|
@echo "make LINT only"
|
|
|
|
clean:
|
|
rm -f LINT
|
|
|
|
LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed
|
|
cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > LINT
|