acl/lib_acl_cpp/samples/redis/Makefile

10 lines
177 B
Makefile
Raw Normal View History

all:
@(cd redis_key; make)
@(cd redis_string; make)
@(cd redis_hash; make)
clean:
@(cd redis_key; make clean)
@(cd redis_string; make clean)
@(cd redis_hash; make clean)