Skip to content

Commit 3eb26b8

Browse files
committed
Make uses python3 instead of python3.7
1 parent ac7cb6f commit 3eb26b8

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
@@ -62,7 +62,7 @@ mtent12.txt: mtent12.zip
6262
single-header: single-header/ctre.hpp
6363

6464
single-header/ctre.hpp:
65-
python3.7 -m quom include/ctre.hpp ctre.hpp.tmp
65+
python3 -m quom include/ctre.hpp ctre.hpp.tmp
6666
echo "/*\n" > single-header/ctre.hpp
6767
cat LICENSE >> single-header/ctre.hpp
6868
echo "\n*/\n" >> single-header/ctre.hpp

0 commit comments

Comments
 (0)