Problem when passing argument to Makefile

后端 未结 0 1544
走了就别回头了
走了就别回头了 2020-12-15 17:13

My Makefile looks like this:

OBJ = $(SRC:.c=.c.o) #yes it it should be renamed to .c.o, not .o
LIBS = -lchecl -lchecs -lchengine-dev -lglfw -lm -lGL -lGLEW -l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题