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:
parent
d0cb9817a2
commit
b291710c47
1 changed files with 13 additions and 0 deletions
13
make/dummy-topdir.mk
Normal file
13
make/dummy-topdir.mk
Normal 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-%:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue