Skip to content

Makefile created by cookiecutter differs from source #5

@ngirard

Description

@ngirard

Oddly enough, after running

cookiecutter https://github.com/entangled/bootstrap

the generated Makefile contains

static_files := $(shell find lit -type f -not -name '*.md')

as opposed to

static_files := $(shell find -L lit -type f -not -name '*.md')

in the source. Notice the missing -L.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions