Skip to content

Commit

Permalink
Makefile - added build-debug to .PHONY
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
  • Loading branch information
robambalu committed May 6, 2024
1 parent a33aeb0 commit 9777993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif
#########
# BUILD #
#########
.PHONY: requirements develop build build-conda install
.PHONY: requirements develop build build-debug build-conda install

requirements: ## install python dev and runtime dependencies
python -m pip install toml
Expand Down

0 comments on commit 9777993

Please sign in to comment.