Skip to content

Commit

Permalink
FIX python execution in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Schüttler committed May 25, 2021
1 parent 46109eb commit 7023ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pdf: prebuild
@xelatex -synctex=1 -interaction=nonstopmode -file-line-error -output-directory=$(OUTDIR) $(DOC)

prebuild:
@/usr/bin/env python ./scripts/build.py
@/usr/bin/env python3 ./scripts/build.py

# clean buildfolder and create pdf
clean:
Expand All @@ -30,4 +30,4 @@ push:

# run setup script
init:
@/usr/bin/env python ./scripts/setup.py
@/usr/bin/env python3 ./scripts/setup.py

0 comments on commit 7023ff7

Please sign in to comment.