Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2020-07-08 18:09:34 +0300
committerJoel Martinez <joelmartinez@gmail.com>2020-07-08 18:09:34 +0300
commit7bde067aa52e89598bc4535467f96810594f093c (patch)
tree26cdcab4fa351396f41f2389492b55e6c9401e7c
parent700869dd85af50c1d3d48b572f532ec3aceb8098 (diff)
Added `zip` target to Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd330310..873be299 100644
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,8 @@ nuget:
check-monodoc:
cd monodoc; $(MAKE) check -B
+
+zip:
+ rm -f $(BIN)/mdoc*.zip
+ zip -j $(BIN)/mdoc.zip $(BIN)/*
\ No newline at end of file