5 lines
189 B
Makefile
5 lines
189 B
Makefile
#ROOTDIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST)))../..)
|
|
ROOTDIR := $(realpath $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../..)
|
|
include $(ROOTDIR)/Core_Make/tjp/Make/Makefile
|
|
|