customize makefile
parent
fc7cc8bc82
commit
14982c1790
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
nginx_server_blocks := $(shell ./scripts/listnginxserverblocks.sh)
|
nginx_server_blocks := $(shell ./scripts/listnginxserverblocks.sh)
|
||||||
|
|
||||||
pre:
|
pre:
|
||||||
chmod -R u+x ./scripts
|
@chmod -R u+x ./scripts
|
||||||
|
|
||||||
# Formats Nginx configuration files
|
# Formats Nginx configuration files
|
||||||
nginxfmt: pre
|
nginxfmt: pre
|
||||||
|
|
Loading…
Reference in New Issue