diff options
-rw-r--r-- | python/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/Makefile b/python/Makefile index 6564171..6821aed 100644 --- a/python/Makefile +++ b/python/Makefile @@ -22,9 +22,6 @@ ZIPAPP := $(PKGNAME).pyz # make refcat.pyz PYTHON_INTERPRETER='"/usr/bin/env python3.8"' PYTHON_INTERPRETER := "/usr/bin/env python3.8" -.PHONY: all -all: notes/deps.png - $(ZIPAPP): $(PY_FILES) # https://shiv.readthedocs.io/en/latest/cli-reference.html # note: use SHIV_ROOT envvar to override expansion dir (e.g. if home is networked) |