mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
3 lines
88 B
Makefile
3 lines
88 B
Makefile
check:
|
|
find -name '*.html' | while read f; do tidy -e < "$$f" | sed "s|^-e|$$f|"; done
|