Return the makefile content

Block for `create_makefile` is expected to return the content of
the makefile.
This commit is contained in:
Nobuyoshi Nakada 2020-01-31 12:52:22 +09:00
parent 0c4bbb46f1
commit 4942adf68c
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

View File

@ -28,5 +28,6 @@ if ok
create_makefile("-test-/cxxanyargs") do |mk|
mk << "FAILURES #{['=', failures].join(' ')}\n"
mk << ".IGNORE: $(FAILURES:.cpp=.o)\n" unless $mswin
mk
end
end