For example, instead of a pattern like: %.o: %.c , which would map your .c files for .o files in the same directory, you can use $(BUILD_DIR)%.o ...
確定! 回上一頁