The following Makefile is not working and I am not sure what\'s going on.
CC = gcc CFLAGS = -Wall -g demo: ${CC} ${CFLAGS} demo.c -o demo lib: ${CC}
Same error. When I use vi here, special characters won't show.
Cause is simple: There should be a TAB not spaces in front of ${CC}.