From b291710c4733bbbc25cc7171f561db48927b7e11 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 1 Jun 2026 15:13:07 +0200 Subject: [PATCH] dummy-topdir.mk: Add file This file can be included from toplevel Makefiles of projects which are part of a jw-pkg project tree but don't want to provide necessary targets themselves. The targets in this makefile simply do nothing. Feel free to add functionality to whatever target seems useful to you. Signed-off-by: Jan Lindemann --- make/dummy-topdir.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 make/dummy-topdir.mk diff --git a/make/dummy-topdir.mk b/make/dummy-topdir.mk new file mode 100644 index 00000000..ad6b6c0e --- /dev/null +++ b/make/dummy-topdir.mk @@ -0,0 +1,13 @@ +# This file can be included from toplevel Makefiles of projects which are part +# of a jw-pkg project tree but don't want to provide necessary targets +# themselves. The targets in this makefile simply do nothing. Feel free to add +# functionality to whatever target seems useful to you. + +all: +install: +clean: +distclean: +check: +test: +get-%: +pkg-%: