makefile: Build with $CC or cc
1 files changed, 4 insertions(+), 0 deletions(-) A Makefile
A Makefile => Makefile +4 -0
@@ 0,0 1,4 @@ +CC?=cc + +txt2asc: txt2asc.c subglyphs.h + $(CC) txt2asc.c -o txt2asc