diff --git a/Makefile b/Makefile index 85acd5850c..dda44c9a03 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,6 @@ documentation: backup: python3 InvenTree/manage.py dbbackup - python3 InvenTree/manage.py mediabackup \ No newline at end of file + python3 InvenTree/manage.py mediabackup + +.PHONY: clean migrate requirements secret superuser install style test coverage documentation backup \ No newline at end of file