Makefile - No such file or directory of file.h ( Can't find the solution)

前端 未结 0 1948
长发绾君心
长发绾君心 2020-12-10 01:00

I was trying to make a Makefile so I can develop my code a bit faster. My Makefile is the following:

IDIR =../include

CXX=g++

CXXLAGS=-I$(IDIR)

LDIR =../li         


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