Show options from configuration files in make help.

This commit is contained in:
Ghislain MARY 2016-06-27 16:34:16 +02:00
parent e532c7d0b6
commit f8873b86f4

View file

@ -188,7 +188,7 @@ help: help-prepare-options
\t@echo ""
\t@echo "Available targets: {targets}"
\t@echo ""
""".format(targets=' '.join(targets), targets_str=targets_str, options=' '.join(sys.argv), generator=generator)
""".format(targets=' '.join(targets), targets_str=targets_str, options=' '.join(self.argv), generator=generator)
f = open('Makefile', 'w')
f.write(makefile)
f.close()