Skip to content

Commit 77bd0b8

Browse files
committed
updated Makefile
1 parent 5e30464 commit 77bd0b8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Makefile

100755100644
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,14 @@ init:
7878
#
7979
# dependency of same % stem prefix checks for a matching .py file to consider it a valid target
8080
#
81+
# doesn't work
82+
#.PHONY: all
83+
#.PHONY: %.pyc
84+
# TODO: doesn't work, says nothing to be done even when .pyc isn't present, and allows make anonymize22.py which breaks
85+
#%.py: %.pyc
86+
# @$(MAKE) $@c
8187
%.pyc:: %.py
82-
@# this utility script supports taking .pyc or .pyo names and still does the right thing,
88+
@# this utility script supports taking .pyc or .pyo names and still does the right thing
8389
@bash-tools/python_pip_install_for_script.sh $@ --exclude harisekhon && \
8490
python -m py_compile $< && \
8591
echo && \

0 commit comments

Comments
 (0)