acl/lib_acl_cpp/samples/token_tree/Makefile
zsx 6f18301ac8 add token_tree class for 256-fork matching tree;
format the files with DOS format.
2018-08-19 15:31:26 +08:00

6 lines
104 B
Makefile

#UTIL = $(wildcard ../*.cpp)
PROG = token_tree
base_path = ../..
CFLAGS += -I../
include ../Makefile.in