P
poison.summer
Hello I am new on makefile writing for C compilation
I have the header files in two different directories
How can I define them?
My current Makefile is
HEADERPATH = /usr/local/mysql/include
CFLAGS = -O -I$(SRCPATH) -I$(HEADERPATH)
How can I add a new header directory?
Thanks a lot!
I have the header files in two different directories
How can I define them?
My current Makefile is
HEADERPATH = /usr/local/mysql/include
CFLAGS = -O -I$(SRCPATH) -I$(HEADERPATH)
How can I add a new header directory?
Thanks a lot!