aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5498207..f864fbe 100644
--- a/Makefile
+++ b/Makefile
@@ -70,10 +70,10 @@ refresh-catalogs:
$(GUIX_DEVSHELL) sh -c \
"python3 setup.py extract_messages && python3 setup.py update_catalog && python3 setup.py compile_catalog"
-copied_license_files:
+copied-license-files:
$(GUIX_DEVSHELL) python3 setup.py copy_licenses
-run-website: src/koszko_org_website/_version.py catalogs copied_license_files
+run-website: src/koszko_org_website/_version.py catalogs copied-license-files
PYTHONPATH=./src $(GUIX_DEVSHELL) python3 -m koszko_org_website
reuse-lint:
@@ -95,7 +95,7 @@ clean: clean-source-tarball-repack
rm -rf $$(find -name "__pycache__")
.PHONY: shell \
- wheel dist catalogs copied_license_files \
+ wheel dist catalogs copied-license-files \
run-website refresh-catalogs \
reuse-lint mypy-lint \
clean-source-tarball-repack clean