aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-22 02:02:25 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-22 02:02:25 +0200
commit08343d3b9989a34597e437172e6e3b8b8a7ba704 (patch)
treeb3425418fa66aedd87835e242bb459c42df2aded /python/Makefile
parent39428034caf2a632461f3e88d9289c0863bcf1ce (diff)
downloadrefcat-08343d3b9989a34597e437172e6e3b8b8a7ba704.tar.gz
refcat-08343d3b9989a34597e437172e6e3b8b8a7ba704.zip
update makefile
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile3
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)