|
|
|
|
|
by Trufa
2695 days ago
|
|
I really don't know the first thing about C or makefiles o anything related, but I was browsing the code out of general curiosity and I have a question. Would this code benefit from better variable names or is it just that I don't know the domain and this is good understandable code? I'm honestly curious. This happens a lot with C code examples here. |
|
BIN = BINary executable
SRCS = SouRCe fileS
OBJS = OBJect fileS
DEPS = DEPendency fileS
CFLAGS = C compiler FLAGS passed as arguments to the C compiler
LDFLAGS = linker or Link eDitor FLAGS passed as arguments to the linker