acl/lib_acl_cpp/samples/token_tree/Makefile

6 lines
104 B
Makefile
Raw Normal View History

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