mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
all:
|
|
@echo "make LINT only"
|
|
|
|
clean:
|
|
rm LINT
|
|
|
|
LINT: NOTES makeLINT.pl
|
|
perl5 makeLINT.pl < NOTES > LINT
|