fix bug introduced with snapshot support
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 6610712..f911c83 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile
@@ -34,6 +34,8 @@ rm -r $(TEMP)/$(NGINX)/docs rm -r $(TEMP)/$(NGINX)/misc + tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX) + snapshot: rm -rf $(TEMP)