Skip to content

Commit 87172e2

Browse files
authored
Merge pull request #54 from bgerrity/explicitly-use-python3-makefile
explicitly use python3 for makefile
2 parents 74e6599 + 2b658be commit 87172e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PYTHON?=python
1+
PYTHON?=python3
22
SOURCES=dowsing setup.py
33

44
.PHONY: venv

0 commit comments

Comments
 (0)