Skip to content

Commit

Permalink
add .PHONY targets to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Sep 8, 2024
1 parent 743bc17 commit 44d6216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: all install test wheel sdist upload_dist

PYTHON ?= python

all:
Expand Down

0 comments on commit 44d6216

Please sign in to comment.