make: Add dev-utils.mk for convenience targets

dev-utils.mk is meant to provide targets like install-to-system,
which will be invoked during development

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-11-27 15:10:18 +00:00
commit d684f198b2
16 changed files with 37 additions and 24 deletions

View file

@ -1,4 +1,5 @@
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/dev-utils.mk
ifeq ($(SWIG_TARGET),php)