mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 17:45:55 +02:00
Add std-targets.mk, meant to be included mostly to make sure all mandatory targets are there. On clean and distclean, it also removes stuff that should not be there anymore after clean. Signed-off-by: Jan Lindemann <jan@janware.com>
5 lines
208 B
Makefile
5 lines
208 B
Makefile
# This snippet is meant to be included from directory which should be visited
|
|
# by jw-pkg, but which doesn't have anything special to do.
|
|
|
|
include $(JWBDIR)/make/defs.mk
|
|
include $(JWBDIR)/make/std-targets.mk
|