Hi
I have question related to makefile. I want to make a object that the source
Such as:
$(OBJS):$(SRCS)
$(CC) $<
where $(OBJS) and $(SRCS) are in different directory and both of them are
contained more than one file.
Thanks a lot!