diff --git a/auto/make b/auto/make index a50f64ea..65878ab6 100644 --- a/auto/make +++ b/auto/make @@ -246,9 +246,11 @@ include $NXT_MAKEFILE .PHONY: tests tests: $NXT_BUILD_DIR/tests $NXT_BUILD_DIR/utf8_file_name_test +.PHONY: clean clean: rm -rf $NXT_BUILD_DIR *.dSYM Makefile +.PHONY: dist dist: rm -f unit-\$(NXT_VERSION).tar.gz mkdir unit-\$(NXT_VERSION)