diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 02:02:25 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 02:02:25 +0200 |
commit | 08343d3b9989a34597e437172e6e3b8b8a7ba704 (patch) | |
tree | b3425418fa66aedd87835e242bb459c42df2aded /python/Makefile | |
parent | 39428034caf2a632461f3e88d9289c0863bcf1ce (diff) | |
download | refcat-08343d3b9989a34597e437172e6e3b8b8a7ba704.tar.gz refcat-08343d3b9989a34597e437172e6e3b8b8a7ba704.zip |
update makefile
Diffstat (limited to 'python/Makefile')
-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) |