This website requires JavaScript.
Explore
Help
Sign In
186526
/
openresty
mirror of
https://github.com/openresty/openresty.git
Watch
1
Star
0
Fork
You've already forked openresty
0
Code
Issues
Projects
Releases
Wiki
Activity
bf6c7ba404
openresty
/
Makefile
9 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
run the test suite in the right way.
2011-03-06 16:11:15 +00:00
.PHONY
:
all
test
now "make" produces a tarball but still incomplete yet.
2011-02-16 08:25:19 +00:00
all
:
./util/mirror-tarballs
run the test suite in the right way.
2011-03-06 16:11:15 +00:00
test
:
all
prove -r t
make util/configure executable.
2011-03-06 06:40:13 +00:00