diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/init | 2 | ||||
| -rw-r--r-- | auto/install | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -48,4 +48,6 @@ default: build clean: rm -rf Makefile $NGX_OBJS + +.PHONY: default clean END diff --git a/auto/install b/auto/install index d884487a1..c764fdd2f 100644 --- a/auto/install +++ b/auto/install @@ -215,4 +215,6 @@ upgrade: test -f $NGX_PID_PATH.oldbin kill -QUIT \`cat $NGX_PID_PATH.oldbin\` + +.PHONY: build install modules upgrade END |
