6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#! /bin/bash
|
|
|
|
make clean
|
|
make latexpdf
|
|
make html&&zip -qr -P"Cambricon" build/torch_mlu_ops_release_notes_html.zip build/html
|