14 lines
222 B
Makefile
14 lines
222 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
INC += requester.h
|
|
INC += serialize.h
|
|
INC += bitSet.h
|
|
INC += byteBuffer.h
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|