Skip to content

Commit

Permalink
Update Python.make disable pyc
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 26, 2023
1 parent 7d4ca89 commit 7e36ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Make/Python.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

PY_SOURCES := $(wildcard *.py)

%.pyc: %.py
$(PYTHON) -m compileall $^
#%.pyc: %.py
# $(PYTHON) -m compileall $^

0 comments on commit 7e36ce8

Please sign in to comment.