diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 20:40:29 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 20:40:29 +0000 |
| commit | 7bec207291c7974059366aed5529cc1c12c5ccd8 (patch) | |
| tree | 9eaf5ccdd62ffa28cc7e0c689a12f904222db853 | |
| parent | Bump version and update changelog (diff) | |
| download | paper2remarkable-7bec207291c7974059366aed5529cc1c12c5ccd8.tar.gz paper2remarkable-7bec207291c7974059366aed5529cc1c12c5ccd8.zip | |
Fix makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ release: ## Make a release python make_release.py -install: ## Install for the current user using the default python command +install: docs ## Install for the current user using the default python command python setup.py build_ext --inplace python setup.py install --user |
