cosmetic: gen_makefile: place vim indenting rule comment

This commit is contained in:
Neels Hofmeyr 2017-08-22 19:27:28 +02:00
parent 450dac79c3
commit d4d8848dcf
1 changed files with 2 additions and 0 deletions

View File

@ -230,3 +230,5 @@ regen:
for proj, deps in projects_deps:
out.write(gen_make(proj, deps, configure_opts.get(proj), args.jobs,
make_dir, args.src_dir, build_dir, args.url))
# vim: expandtab tabstop=2 shiftwidth=2