1
0
Fork 0

The makefile actually calls build_test

This commit is contained in:
Fred Sundvik 2016-08-21 17:14:38 +03:00
parent 6d7cd639a5
commit 27a673f5cf
5 changed files with 42 additions and 18 deletions

12
common.mk Normal file
View file

@ -0,0 +1,12 @@
include message.mk
# Directory common source files exist
TOP_DIR = .
TMK_DIR = tmk_core
TMK_PATH = $(TOP_DIR)/$(TMK_DIR)
LIB_PATH = $(TOP_DIR)/lib
QUANTUM_DIR = quantum
QUANTUM_PATH = $(TOP_DIR)/$(QUANTUM_DIR)
BUILD_DIR := $(TOP_DIR)/.build