chiark / gitweb /
Legal: Add NO WARRANTY everywhere
[secnet.git] / example / lib / Dir.sd.mk
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.
6
7 &TARGETS        += & libtoy.a
8
9 &OBJECTS        += & toylib.o
10
11 &libtoy.a:      $(&OBJECTS)
12         $(AR) rc $@ $^
13
14 # This is a hook for subdirmk's test suite.
15 -include &for-test.mk