11 lines
167 B
Makefile
11 lines
167 B
Makefile
TOP=../..
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
INC += resourceLib.h
|
|
INC += tsDLList.h
|
|
INC += tsSLList.h
|
|
INC += tsMinMax.h
|
|
INC += tsBTree.h
|
|
|
|
include $(TOP)/configure/RULES
|