acl/test/Makefile
2015-11-09 06:11:21 -08:00

6 lines
83 B
Makefile

.PHONY = all clean
all:
@(cd url_coder; make)
clean:
@(cd url_coder; make clean)