1 # subdirmk example - subdirectory rules
2 # Copyright 2019 Mark Wooding
3 # Copyright 2019 Ian Jackson
4 # SPDX-License-Identifier: LGPL-2.0-or-later
5 # There is NO WARRANTY.
7 &TARGETS_check += & toytest.stamp
9 &OBJECTS += & toytest.o
12 &CLEAN += & toytest toytest.stamp
14 &toytest: $(&OBJECTS) $(&LIBS)
17 &toytest.stamp: & toytest