Using makefile to compile my c++ project, getting “ No such file or directory ” error

后端 未结 0 1322
攒了一身酷
攒了一身酷 2021-01-04 19:24

Making a small project, can\'t configure makefile


SRC := $(shell find  -name "*.cpp")
OBJ = $(SRC:.cpp=.o)    
NAME = Tetrines
LIBS = -lsfml-graphi         


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