Skip to content

Commit

Permalink
Update Python.make use $^
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 25, 2023
1 parent e79fecb commit be8e321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Make/Python.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
PY_SOURCES := $(wildcard *.py)

%.pyc: %.py
$(PYTHON) -t -m py_compile $<
$(PYTHON) -t -m py_compile $^

0 comments on commit be8e321

Please sign in to comment.