I thought that all the makefiles were like: `NAME = XXX` or `all: $(NAME)` But they aren't ! example: `NAME = XXX` and `all : $(NAME)`
I thought that all the makefiles were like:
NAME = XXXor
all: $(NAME)But they aren't ! example:
NAME = XXXand
all : $(NAME)