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>
13 lines
345 B
Makefile
13 lines
345 B
Makefile
# 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-%:
|