cpp as makefile #6324
cpp as makefile
#6324
-
Describe the bugExpected behaviourRelated discussionAdditional noteskind of weird. |
Beta Was this translation helpful? Give feedback.
Answered by
lildude
Mar 16, 2023
Replies: 1 comment
-
Nothing weird at all... as you would have read in the "How Linguist works" doc:
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 nothing_vc6/source/StdAfx.h
-rw-r--r-- 1 lildude staff 70 16 Mar 11:32 nothing_vc6/source/nothing_vc6.cpp
-rw-r--r-- 1 lildude staff 5163 16 Mar 11:32 nothing_vc6/source/nothing_vc6.mak
➜ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing weird at all... as you would have read in the "How Linguist works" doc:
The Makefile is the largest file by bytes of code in the entire repo of those files that Linguist knows about: