install-files.mk: Add missing target "test"
install-files.mk lacks a "test" target, so this commit adds a stub. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ad6ae4a6f2
commit
9ff92bd541
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ all:
|
|||
install: install.done
|
||||
clean: done.clean
|
||||
distclean:
|
||||
test:
|
||||
|
||||
done.clean:
|
||||
$(RM) -f *.done
|
||||
|
|
|
|||
Loading…
Reference in a new issue