2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ac54a7bca6 |
|||
|
b291710c47 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
ac54a7bca6 |
make: Make target "test" depend on target "all"
Every directory should have a test target, and the test target should depend on all so that all files are generated that might be needed for testing. This commit fixes some missing targets, and adds some missing dependencies. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
b291710c47 |
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> |