From 6ac39eefbb56ef1c46f93b6405240ed80db70ae6 Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Wed, 16 Jan 2019 20:50:04 +0100 Subject: [PATCH] typo --- MediumProject/Template/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MediumProject/Template/Makefile b/MediumProject/Template/Makefile index abb13ba..cbfb958 100644 --- a/MediumProject/Template/Makefile +++ b/MediumProject/Template/Makefile @@ -1,8 +1,8 @@ -# target marcros +# target macros TARGET := # FILL: target filename MAIN_SRC := # FILL: src file which contains `main()` -# compile marcros +# compile macros DIRS := src # FILL: only the dirs which contain the src files, in this case, `src` should be added OBJS := # FILL: only the objects in current dir, and do not include the one contains `main()` @@ -52,4 +52,4 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) export PROJECT_PATH := $(patsubst %/,%,$(dir $(mkfile_path))) export MAKE_INCLUDE=$(PROJECT_PATH)/config/make.global export SUB_MAKE_INCLUDE=$(PROJECT_PATH)/config/submake.global -include $(MAKE_INCLUDE) \ No newline at end of file +include $(MAKE_INCLUDE)