11 lines
160 B
Makefile
11 lines
160 B
Makefile
TOP = ../../..
|
|
include $(TOP)/config/CONFIG_BASE
|
|
|
|
INC += resourceLib.h
|
|
INC += tsDLList.h
|
|
INC += tsSLList.h
|
|
INC += tsMinMax.h
|
|
|
|
include $(TOP)/config/RULES.Host
|
|
|