From d933c59ada50cd8e840d516377dc7f0334663775 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 31 May 2026 17:21:11 +0200 Subject: [PATCH] $(TOPDIR)/Makefile: include py-topdir.mk jw-pkg is a Python-heavy project, so include py-topdir.mk. Signed-off-by: Jan Lindemann --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 04aa4cab..4511fe1d 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/make/proj.mk include $(JWBDIR)/make/topdir.mk include $(JWBDIR)/make/srcdist.mk include $(JWBDIR)/make/git-cvs-bridge.mk +include $(JWBDIR)/make/py-topdir.mk all: clean: clean.pkgconfig