From c7f38de32a000c0a016129f38516f838e326ee8a Mon Sep 17 00:00:00 2001 From: Shoumik Sharar Chowdhury Date: Fri, 27 Jun 2025 01:47:34 -0400 Subject: [PATCH] chore: add lint, format, test, servedocs, install, dev-install, and bump-version targets to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c72f17..9b49bb2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: clean clean-test clean-pyc clean-build clean-docs docs help +.PHONY: clean clean-test clean-pyc clean-build clean-docs docs help lint format test servedocs install dev-install bump-version .DEFAULT_GOAL := help define BROWSER_PYSCRIPT