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