Skip to content

Commit bee27f4

Browse files
committed
Make build target phony
There also is directory build that would make build target up to date when exists
1 parent 56d39c4 commit bee27f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ build-wheel:
2626
clean:
2727
python3 setup.py clean --all
2828
rm -fr build dist dist-* fuse_python.egg-info wheelhouse
29+
30+
.PHONY: build

0 commit comments

Comments
 (0)