chiark / gitweb /
subdirmk: Merge new version and fix everything
[secnet.git] / subdirmk / example / src / Dir.sd.mk
similarity index 80%
rename from subdirmk/example/src/Subdir.sd.mk
rename to subdirmk/example/src/Dir.sd.mk
index 402116eebabd66740d2ba3bb284b1c190530ed86..c67a89f21b1180675dceb89ab6bd06e223cf8da2 100644 (file)
@@ -2,6 +2,7 @@
 #  Copyright 2019 Mark Wooding
 #  Copyright 2019 Ian Jackson
 # SPDX-License-Identifier: LGPL-2.0-or-later
+# There is NO WARRANTY.
 
 &TARGETS       += & toy
 
@@ -11,4 +12,5 @@
 &toy: $(&OBJECTS) $(&LIBS)
        $(LINK) $^
 
+# This is a hook for subdirmk's test suite.
 &:-include src/for-test.sd.mk