openresty/Makefile

9 lines
71 B
Makefile
Raw Normal View History

2011-03-06 16:11:15 +00:00
.PHONY: all test
all:
./util/mirror-tarballs
2011-03-06 16:11:15 +00:00
test: all
prove -r t
2011-03-06 06:40:13 +00:00