마이크로윈도우용 Win32어플리케이션을 컴파일하는 동안 make 에서 에러가 났
는데요... (PC용으로)

[root@localhost root]# make
Makefile:91: *** missing separator (did you mean TAB instead of 8
spaces?). 멈춤.

91번째 줄은...

%.o:%.c

@echo "Compiling $< ..." <--- 여기입니다.

$(CC) -c $(CFLAGS) -o $@ $<


방법을 설명해 주시면 감사하겠습니다.