Skip to content

Commit

Permalink
fix makefile for auth-api (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Jul 19, 2024
1 parent 594e9c2 commit a6cf1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license: ## Verify source code license headers.
setup: clean install install-dev ## Setup the project

clean: clean-build clean-pyc clean-test ## Clean the project
rm -rf venv/
rm -rf .venv/

clean-build: ## Clean build files
rm -fr build/
Expand Down

0 comments on commit a6cf1f9

Please sign in to comment.