mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +03:00
add gitzip target
This commit is contained in:
parent
99651dc92e
commit
febdf21c70
1 changed files with 3 additions and 0 deletions
|
@ -376,6 +376,9 @@ unittest/%.run : $(ROOT)/unittest/test_runner
|
|||
clean :
|
||||
rm -rf $(ROOT_OF_THEM_ALL) $(ZIPFILE) $(DOC_OUTPUT_DIR)
|
||||
|
||||
gitzip:
|
||||
git archive --format=zip HEAD > $(ZIPFILE)
|
||||
|
||||
zip :
|
||||
-rm -f $(ZIPFILE)
|
||||
zip -r $(ZIPFILE) . -x .git\* -x generated\*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue