Skip to content
Snippets Groups Projects
  • Matthias Schiffer's avatar
    3386221e
    gluon.mk: fix indentation · 3386221e
    Matthias Schiffer authored
    A leading tab character usually marks recipe lines in Makefiles;
    non-recipe lines must be indented using spaces.
    
    The incorrect tab character doesn't seen to have caused any issues in
    this case, but it should be fixed nonetheless, if only for consistency.
    3386221e
    History
    gluon.mk: fix indentation
    Matthias Schiffer authored
    A leading tab character usually marks recipe lines in Makefiles;
    non-recipe lines must be indented using spaces.
    
    The incorrect tab character doesn't seen to have caused any issues in
    this case, but it should be fixed nonetheless, if only for consistency.