Hacker News new | ask | show | jobs
by homebrewer 638 days ago
Can

  % grep '^include' Makefile -c 
  159
includes with

  % wc --lines --total=only $(awk '/^include/{ print $2 }' Makefile) Makefile 
  22547
lines in total really count as having a single makefile? I have no dog in this fight, just wondering.