Skip to content

cpp as makefile #6324

Closed Answered by lildude
ghost asked this question in Classification
Discussion options

You must be logged in to vote

Nothing weird at all... as you would have read in the "How Linguist works" doc:

The percentages are calculated based on the bytes of code for each language as reported by the List Languages API.

The Makefile is the largest file by bytes of code in the entire repo of those files that Linguist knows about:

github-linguist nothing_vc6/ --breakdown
82.34%  5163       Makefile
11.91%  747        C
5.74%   360        C++

C++:
source/StdAfx.cpp
source/nothing_vc6.cpp

C:
source/StdAfx.h

Makefile:
source/nothing_vc6.mak/bin/ls -l nothing_vc6/source/*.(mak|cpp|h)
-rw-r--r--  1 lildude  staff   290 16 Mar 11:32 nothing_vc6/source/StdAfx.cpp
-rw-r--r--  1 lildude  staff   747 16 Mar 11:32 …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #6323 on March 16, 2023 11:31.