Mercurial > ~dholland > hg > ag > index.cgi
view lint/DEFS.mk @ 24:a4899cdfc2d6 default tip
Obfuscate the regexps to strip off the IBM compiler's copyright banners.
I don't want bots scanning github to think they're real copyright
notices because that could cause real problems.
author | David A. Holland |
---|---|
date | Mon, 13 Jun 2022 00:40:23 -0400 (2022-06-13) |
parents | 13d2b8934445 |
children |
line wrap: on
line source
CHECK=$(TOP)/lint/check.sh all depend agfiles agclean:; always:; sourcelists: tool.srcs main.srcs example.srcs rules: @$(TOP)/lint/source-rules.sh > rules.mk @$(MAKE) sourcelists @$(TOP)/lint/lint-rules.sh >> rules.mk include rules.mk tidy: rm -f *~ clean distclean: tidy rm -f *.lint *.diff *.srcs .PHONY: always sourcelists .PHONY: all depend agfiles agclean rules tidy clean distclean