9 lines
374 B
Makefile
9 lines
374 B
Makefile
|
|
dist: CHANGES README LICENSE config ngx_http_uploadprogress_module.c
|
||
|
|
tar czvf ../nginx_uploadprogress_module-0.7.tar.gz \
|
||
|
|
../nginx_uploadprogress_module/CHANGES \
|
||
|
|
../nginx_uploadprogress_module/README \
|
||
|
|
../nginx_uploadprogress_module/LICENSE \
|
||
|
|
../nginx_uploadprogress_module/config \
|
||
|
|
../nginx_uploadprogress_module/ngx_http_uploadprogress_module.c
|
||
|
|
|