cff135d87c
Smaller script, smaller (though equivalent) output.
11 lines
165 B
Makefile
11 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
all:
|
|
@echo "make LINT only"
|
|
|
|
clean:
|
|
rm LINT
|
|
|
|
LINT: ../../conf/NOTES NOTES makeLINT.sed
|
|
cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT
|