move make.mk and rules.mk to build_system/make

This commit is contained in:
hathach
2023-11-23 20:19:14 +07:00
parent 7213b8abb1
commit 26ca48e7a7
34 changed files with 65 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
include ../../make.mk
include ../../build_system/make/make.mk
INC += \
src \
@@ -11,4 +11,4 @@ EXAMPLE_SOURCE = \
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk
include ../../build_system/make/rules.mk