Makefile: correct info position

This commit is contained in:
Zihao Yu 2017-08-12 15:54:44 +08:00
parent 7271ed5114
commit bc2434fc9c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.DEFAULT_GOAL = app
$(info Building $(NAME) [$(ARCH)])
include $(AM_HOME)/Makefile.check
$(info Building $(NAME) [$(ARCH)])
APP_DIR ?= $(shell pwd)
INC_DIR += $(APP_DIR)/include/

View File

@ -1,7 +1,7 @@
.DEFAULT_GOAL = lib
$(info Building $(NAME) [$(ARCH)])
include $(AM_HOME)/Makefile.check
$(info Building $(NAME) [$(ARCH)])
LIB_DIR ?= $(shell pwd)
INC_DIR += $(LIB_DIR)/include/