openresty/Makefile

9 lines
71 B
Makefile
Raw Normal View History

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