Skip to content

Commit e623b42

Browse files
committed
Use python3 in Makefile.
1 parent f80f2c0 commit e623b42

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
BUILDDIR = $(CURDIR)/build
33

44

0 commit comments

Comments
 (0)