Hi; please be sure to use the mailing lists, rather than emailing to me
directly. Also, for these lists we prefer inline replies rather than
top-posting. Thx!
> From: Paul Smith
> > $(RELEASE_DIR)/temp/%.o: %.cpp
> > ${CC} ${CFLAGS} -c -o $@ $<;
>
> > For the above code, I just want all
On Fri, 2016-02-19 at 09:18 +, Yan Zhao OL Liu wrote:
> Recently I got a problem in using make.
> My code segment is below:
> $(RELEASE_DIR)/temp/%.o: %.cpp
> ${CC} ${CFLAGS} -c -o $@ $<;
> For the above code, I just want all the generated object files
> redirected to $(RELEASE_DIR)/temp