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 <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-01 15:13:07 +02:00
commit b291710c47
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

13
make/dummy-topdir.mk Normal file
View file

@ -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-%: