From 08343d3b9989a34597e437172e6e3b8b8a7ba704 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 22 Jul 2021 02:02:25 +0200 Subject: update makefile --- python/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/Makefile') 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) -- cgit v1.2.3