Spaces:
Runtime error
Runtime error
Update Makefile
Browse files
Makefile
CHANGED
|
@@ -64,6 +64,7 @@ clone:
|
|
| 64 |
cd summarization
|
| 65 |
|
| 66 |
## Update python package
|
|
|
|
| 67 |
python setup.py sdist bdist_wheel
|
| 68 |
#################################################################################
|
| 69 |
# PROJECT RULES #
|
|
|
|
| 64 |
cd summarization
|
| 65 |
|
| 66 |
## Update python package
|
| 67 |
+
update:
|
| 68 |
python setup.py sdist bdist_wheel
|
| 69 |
#################################################################################
|
| 70 |
# PROJECT RULES #
|