Skip to content

Commit

Permalink
Merge pull request TheNetAdmin#2 from vpoulailleau/patch-2
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
TheNetAdmin authored Jan 16, 2019
2 parents f3ccd8c + 6ac39ee commit fe305f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MediumProject/Template/Makefile
Original file line number Diff line number Diff line change
@@ -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()`

Expand Down Expand Up @@ -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)
include $(MAKE_INCLUDE)

0 comments on commit fe305f9

Please sign in to comment.