Recursive make fails in scripts/usr-bin when driven through jw-pkg. Add empty test targets to remedy that.
Signed-off-by: Jan Lindemann <jan@janware.com>
11 lines
219 B
Makefile
11 lines
219 B
Makefile
# This file contains a set of targets which
|
|
# 1. are conclusive (i.e. all mandatory targets)
|
|
# 2. don't hurt
|
|
|
|
all:
|
|
install:
|
|
clean: clean.std-targets
|
|
clean.std-targets:
|
|
$(RM) -rf *~ .*.swp *.done
|
|
distclean: clean
|
|
test:
|