4 lines
126 B
Makefile
4 lines
126 B
Makefile
|
# include common settings
|
||
|
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
||
|
include ${ROOT_DIR}../../../../rules.mk
|