filelists property

List<String>? filelists

A list of filelists (.f files) to pass to the compile stage.

The contents are put in a Makefile, so environment variables should use parentheses, like $(MYENVVAR).

Implementation

List<String>? get filelists => null;