acl/app/redis_tools/Makefile
2015-04-19 07:15:30 -07:00

7 lines
74 B
Makefile

all:
@(cd redis_builder; make)
clean:
@(cd redis_builder; make clean)