You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 374B

12345678
  1. dist: CHANGES README LICENSE config ngx_http_uploadprogress_module.c
  2. tar czvf ../nginx_uploadprogress_module-0.7.tar.gz \
  3. ../nginx_uploadprogress_module/CHANGES \
  4. ../nginx_uploadprogress_module/README \
  5. ../nginx_uploadprogress_module/LICENSE \
  6. ../nginx_uploadprogress_module/config \
  7. ../nginx_uploadprogress_module/ngx_http_uploadprogress_module.c