Skip to content

Commit ee7834a

Browse files
authored
Merge pull request #87 from kunaltyagi/make-fix
Make uses python3 instead of python3.7
2 parents ac7cb6f + 4bdfcd0 commit ee7834a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ 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
66-
echo "/*\n" > single-header/ctre.hpp
65+
python3 -m quom include/ctre.hpp ctre.hpp.tmp
66+
echo "/*" > single-header/ctre.hpp
6767
cat LICENSE >> single-header/ctre.hpp
68-
echo "\n*/\n" >> single-header/ctre.hpp
68+
echo "*/" >> single-header/ctre.hpp
6969
cat ctre.hpp.tmp >> single-header/ctre.hpp
7070
rm ctre.hpp.tmp
7171

0 commit comments

Comments
 (0)