2026-06-01 15:13:07 +02:00
|
|
|
# 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:
|
2026-07-02 14:41:56 +02:00
|
|
|
test: all
|
2026-06-01 15:13:07 +02:00
|
|
|
get-%:
|
|
|
|
|
pkg-%:
|