我在 Makefile 中有下一个代码:
CFLAGS=-Wall -g clean: rm -f ex1
当我运行“make clean”时,我收到下一个错误:Makefile:4: * missing separator。停止。
为什么?我该如何解决?
makefile make
make ×1
makefile ×1