From 93f30f4ca44031c1f50c812f472e5a6804218967 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 12 Apr 2024 17:39:02 +0200 Subject: [PATCH] Use correct Makefile target name #75 (#77) Correct "createsuperuse" target name that is missing an r. Reported-by: Stefan @stefan6419846 Reference: https://github.com/nexB/dejacode/issues/75 Signed-off-by: Philippe Ombredanne --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 188ec7c0..1ccbbf21 100644 --- a/Makefile +++ b/Makefile @@ -164,4 +164,4 @@ log: createsuperuser: ${DOCKER_EXEC} web ./manage.py createsuperuser -.PHONY: virtualenv conf dev envfile check bandit isort black doc8 valid check-docstrings check-deploy clean initdb postgresdb migrate run test docs build psql bash shell log createsuperuse +.PHONY: virtualenv conf dev envfile check bandit isort black doc8 valid check-docstrings check-deploy clean initdb postgresdb migrate run test docs build psql bash shell log createsuperuser